diff options
author | lloyd <[email protected]> | 2007-08-01 00:32:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-08-01 00:32:41 +0000 |
commit | 4514f8434240f6aeae77c35ca15dee004fa0987b (patch) | |
tree | 42e0fe453aafff3e3ad8d66e8f2decd785c6b8fe | |
parent | 1badf629890807915080f361c028a7f7612af18c (diff) |
Typo (s/holdin/holding/)
-rw-r--r-- | doc/api.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/api.tex b/doc/api.tex index 39e22fade..1cd641d48 100644 --- a/doc/api.tex +++ b/doc/api.tex @@ -2370,12 +2370,13 @@ supply). using AES-256 instead of 3DES as the block cipher. This PRNG implementation has been checked against official X9.31 test vectors. -Internally, the PRNG holds a pointer to another PRNG (typically Randpool). This -internal PRNG generates the key and seed used by the X9.31 algorithm, as well -as the date/time vectors. Each time an X9.31 PRNG object recieves entropy, it -simply passes it along to the PRNG it is holdin, and then pulls out some random -bits to generate a new key and seed. This PRNG considers itself seeded as soon -as the internal PRNG is seeded. +Internally, the PRNG holds a pointer to another PRNG (typically +Randpool). This internal PRNG generates the key and seed used by the +X9.31 algorithm, as well as the date/time vectors. Each time an X9.31 +PRNG object recieves entropy, it simply passes it along to the PRNG it +is holding, and then pulls out some random bits to generate a new key +and seed. This PRNG considers itself seeded as soon as the internal +PRNG is seeded. As of version 1.4.7, the X9.31 PRNG is by default used for all random number generation. |