diff options
author | Jack Lloyd <[email protected]> | 2017-07-31 15:12:39 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-07-31 16:45:30 -0400 |
commit | e22c52e46f1c8b27e4fad7cb8e87ca62a2a1cb3d (patch) | |
tree | 7b4b55e573a6b7c84304844fd23689ac487f2e41 /src/build-data | |
parent | ce2deaef167fbd2073959488880b932efaf024d9 (diff) |
Add ChaCha_RNG
Diffstat (limited to 'src/build-data')
-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 |