https://github.com/retrodev256/fortuna_3072
Custom Implementation of a Fortuna CSPRNG Varient
https://github.com/retrodev256/fortuna_3072
Last synced: about 1 year ago
JSON representation
Custom Implementation of a Fortuna CSPRNG Varient
- Host: GitHub
- URL: https://github.com/retrodev256/fortuna_3072
- Owner: RetroDev256
- License: unlicense
- Created: 2022-08-11T23:31:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T03:08:29.000Z (over 3 years ago)
- Last Synced: 2025-01-11T05:17:01.051Z (over 1 year ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fortuna_3072
Custom Implementation of a Fortuna CSPRNG Varient
Know what /dev/random is? Well this is basically that same level of CSPRNG.
Except with a much larger state, and around the same speed. (~320 MiB/s one thread on my machine)
It uses 12 rounds of ChaCha for mixing, and has 64 pools in it's reservoir.
Enjoy :)