diff options
author | Jack Lloyd <[email protected]> | 2016-08-26 12:55:13 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-08-26 12:55:13 -0400 |
commit | 30cb08edcd6dee9622837915294623a873735697 (patch) | |
tree | b3ffc9d8704cce0ef6e71893c24786bce8577e1c /doc | |
parent | 1354eabeb65a38f933dda42b16f7645a77b4972d (diff) | |
parent | 36b535b44be1ee7545d1863643cbc51a777d1aff (diff) |
Merge GH #593 RNG work
Diffstat (limited to 'doc')
-rw-r--r-- | doc/deprecated.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/deprecated.txt b/doc/deprecated.txt index 456a7e6b7..d62954d1d 100644 --- a/doc/deprecated.txt +++ b/doc/deprecated.txt @@ -1,5 +1,10 @@ Currently deprecated: +- PRNGs X9.31 (no longer approved) and HMAC_RNG (non-standard) + Use HMAC_DRBG + +- ECB mode for block ciphers + - Rabin-Williams signatures - Nyberg-Rueppel signatures |