libtomcrypt/TODO

11 lines
464 B
Plaintext
Raw Normal View History

2005-06-14 22:16:11 +00:00
Things ideal for 1.05
2005-06-09 00:08:13 +00:00
2005-06-14 22:16:11 +00:00
- ASN.1 SET and UTCtime and CHOICE (hint for choice do it as a sep list and just use error codes to know when you got a hit)
2005-06-09 00:08:13 +00:00
- Start working towards making the bignum code plugable
- Add OID for ciphers and PRNGs to their descriptors
- Document the ASN.1 a bit more verbosely ;-)
- Some ASN.1 demo programs [for now read the source code!]
2005-06-14 22:16:11 +00:00
- export ECC functions globally
2005-06-09 00:08:13 +00:00
- Look into other ECC point muls and consider a "precomp" interface
2005-04-17 11:37:13 +00:00