diff options
author | Jack Lloyd <[email protected]> | 2017-08-03 14:57:37 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-03 14:57:37 -0400 |
commit | 8a29dc8209c6e93581075bbc4c39ff5bf0cdace5 (patch) | |
tree | b7c8e3a7dbcfaca1cb8f63c2a1804af86507f260 /src/build-data/policy | |
parent | fc62a567b004ff175280751fdccbc9e277f778a5 (diff) | |
parent | e22c52e46f1c8b27e4fad7cb8e87ca62a2a1cb3d (diff) |
Merge GH #1137 Add ChaCha_RNG
Diffstat (limited to 'src/build-data/policy')
-rw-r--r-- | src/build-data/policy/bsi.txt | 3 | ||||
-rw-r--r-- | src/build-data/policy/nist.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/build-data/policy/bsi.txt b/src/build-data/policy/bsi.txt index c4b9e4769..bc2e7d7f3 100644 --- a/src/build-data/policy/bsi.txt +++ b/src/build-data/policy/bsi.txt @@ -155,6 +155,9 @@ tiger whirlpool keccak +# rng +chacha_rng + # mac cbc_mac poly1305 diff --git a/src/build-data/policy/nist.txt b/src/build-data/policy/nist.txt index fe5183f15..4fafe7149 100644 --- a/src/build-data/policy/nist.txt +++ b/src/build-data/policy/nist.txt @@ -156,6 +156,9 @@ sm3 tiger whirlpool +# rng +chacha_rng + # mac cbc_mac poly1305 |