diff options
author | lloyd <[email protected]> | 2014-03-21 22:16:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-03-21 22:16:46 +0000 |
commit | 0e2b9db6eecb07d01b4756b8fa0a3307670715b6 (patch) | |
tree | be45ca028434e55065ac70da7290e42747bebd48 /src/lib/rng/hmac_drbg/info.txt | |
parent | b4407e3d2191a166dfd0e71006180431726f3fc6 (diff) |
Add HMAC_DRBG
Diffstat (limited to 'src/lib/rng/hmac_drbg/info.txt')
-rw-r--r-- | src/lib/rng/hmac_drbg/info.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/rng/hmac_drbg/info.txt b/src/lib/rng/hmac_drbg/info.txt new file mode 100644 index 000000000..f386db199 --- /dev/null +++ b/src/lib/rng/hmac_drbg/info.txt @@ -0,0 +1,5 @@ +define HMAC_DRBG 20140319 + +<requires> +hmac +</requires> |