diff options
Diffstat (limited to 'src/rng/auto_rng/info.txt')
-rw-r--r-- | src/rng/auto_rng/info.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/rng/auto_rng/info.txt b/src/rng/auto_rng/info.txt new file mode 100644 index 000000000..c2b653220 --- /dev/null +++ b/src/rng/auto_rng/info.txt @@ -0,0 +1,18 @@ +realname "Auto-seeded Random Number Generator" + +define AUTO_SEEDING_RNG + +load_on auto + +<requires> +randpool +aes +sha2 +hmac +</requires> + +<add> +auto_rng.h +auto_rng.cpp +</add> + |