| author | |
| committer | |
| log | dce1999c803dd9d8ceff7fbffa1825af837ee0ed |
| tree | db5e861705b77295ea1ca93ba683c8b6359a78f6 |
| parent | 40cf3f7ae5fbfb84b7af6b27e6296ee858b209ef |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/rand/Ascon.zig+1-1| ... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 | //! CSPRNG based on the Reverie construction, a permutation-based PRNG |
| 2 | 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 | 5 | //! a better choice for constrained environments. |
| 6 | 6 | //! |
| 7 | 7 | //! References: |