An open API service indexing awesome lists of open source software.

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

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 :)