File: TODO

package info (click to toggle)
python-crypto 2.0.1%2Bdfsg1-1.2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 736 kB
  • ctags: 932
  • sloc: ansic: 6,591; python: 3,585; makefile: 13; sh: 10
file content (31 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

* Add more tests for random pool code?

* Manual and Web page: point to SF project for bug reports

* Update documentation (mention dodgy status of PublicKey code)

* Clean up markup in pycrypt.tex

* Reformat all the code to MEMS Exchange style

* Document the functions and macros for adding a new algorithm
    Hash functions:
  hash_init(), hash_copy(), DIGEST_SIZE, hash_update(), hash_digest()
    Block functions: 
  ...

* Provide drop-in support for extensions/drivers like
amkCrypto/mxCrypto. There should be some way to register these
drivers in your package, e.g. by defining a certain subdirectory
to be a place where pycrypto looks for these drivers at startup
time.

* Add a secure PRNG (Yarrow, maybe?)

* A secret sharing module should be added to Util or Protocols.
	
Documentation:
	Document chaff/winnow better
	Add docstrings everywhere.