diff options
author | lloyd <[email protected]> | 2008-10-26 20:55:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-26 20:55:57 +0000 |
commit | ac4bab4e40a45a7d1b6061142ab831813bf0d6ca (patch) | |
tree | cbaad5829ae4a65689a4b5cbfa4ed4dfcbcdbcc3 /src/entropy/info.txt | |
parent | a78b39c6bd171c8851aa53debe8ebc1665104d9b (diff) |
Move EntropySource base class to new entropy_src.h (which allows the implementations
to decouple from knowing about RandomNumberGenerator).
Diffstat (limited to 'src/entropy/info.txt')
-rw-r--r-- | src/entropy/info.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/entropy/info.txt b/src/entropy/info.txt new file mode 100644 index 000000000..bac1d593f --- /dev/null +++ b/src/entropy/info.txt @@ -0,0 +1,7 @@ +realname "Entropy Sources" + +load_on auto + +<add> +entropy_src.h +</add> |