-
Notifications
You must be signed in to change notification settings - Fork 14
TO DO
Ryan Culpepper edited this page Feb 16, 2018
·
43 revisions
- lazy loading for crypto factories?
- digests
- support keys (eg blake)
- support XOFs
- add factory-version
- protect unsafe method names
pk sign padding: PSS "requires" saltlength param
- add
'(pss <saltlength>)pad mode - max size: https://github.com/pyca/cryptography/issues/3008
- libcrypto: other standard output formats
- add pkey RSA OAEP support? (need rkt impl of OAEP)
- add PSS saltlen support (needs gcrypt >= 1.7.0)
- shake128 digest has no fixed length