diff options
author | lloyd <[email protected]> | 2008-06-07 19:45:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-07 19:45:25 +0000 |
commit | 64fe249a1fdfc2a41a41c6863a07b23960879293 (patch) | |
tree | 110854301a1ce39bfae3b1279c24185d03577483 /include/sha1prng.h | |
parent | f180b1a85275279785e145d11fc3a9077400f11b (diff) |
Check in the first import from InSiTo, SHA1PRNG, which implements the
Java SecureRandom PRNG algorithm. (I accidentally checked in the header
in the previous revision).
Diffstat (limited to 'include/sha1prng.h')
-rw-r--r-- | include/sha1prng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sha1prng.h b/include/sha1prng.h index e762cf069..0ba2a96a9 100644 --- a/include/sha1prng.h +++ b/include/sha1prng.h @@ -12,7 +12,7 @@ namespace Botan { /************************************************* -* SHA1PRNG (propriery * +* SHA1PRNG * *************************************************/ class SHA1PRNG : public RandomNumberGenerator { |