https://github.com/jedisct1/randen-rng
A port of the Google Randen fast backtracking-resistant random generator to the C language.
https://github.com/jedisct1/randen-rng
c crypto csprng prng randen random rng
Last synced: about 2 months ago
JSON representation
A port of the Google Randen fast backtracking-resistant random generator to the C language.
- Host: GitHub
- URL: https://github.com/jedisct1/randen-rng
- Owner: jedisct1
- License: apache-2.0
- Created: 2018-05-02T22:27:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T13:12:06.000Z (over 7 years ago)
- Last Synced: 2025-04-15T13:54:14.896Z (6 months ago)
- Topics: c, crypto, csprng, prng, randen, random, rng
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Randen-RNG
==========A port of the [Google Randen](https://github.com/google/randen)
fast backtracking-resistant random generator to the C language.