| ... | @@ -1,7 +1,7 @@ | ... | @@ -1,7 +1,7 @@ |
| 1 | //! CSPRNG based on the Reverie construction, a permutation-based PRNG | 1 | //! CSPRNG based on the Reverie construction, a permutation-based PRNG |
| 2 | //! with forward security, instantiated with the Ascon(128,12,8) permutation. | 2 | //! with forward security, instantiated with the Ascon(128,12,8) permutation. |
| 3 | //! | 3 | //! |
| 4 | //! Compared to ChaCha, this PRNG is has a much smaller state, and can be | 4 | //! Compared to ChaCha, this PRNG has a much smaller state, and can be |
| 5 | //! a better choice for constrained environments. | 5 | //! a better choice for constrained environments. |
| 6 | //! | 6 | //! |
| 7 | //! References: | 7 | //! References: |