You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
ChaCha is probably a good replacement, but I'm planning to add AESCtr back. it was just thrown under the bus for lack of time. For the urandom generator, yes it's a good idea to add back too.
After filing the issue I came to understand that the MonadRandom IO instance uses a mix of all entropy sources including urandom. I would be very pleased to have a rng where you can specify what EntropyBackend to use though.
What do you think about the following monad transformer
Some of this is probably a good idea, but I don't think distinguishing the SystemRNG at the type level and exposing the EntropySource is useful. It would make more sense to expose a simple ADT that can combine the EntropySource the way it want, e.g.:
Hi,
should
Crypto.Random.AESCtr
be ported to cryptonite or is chacha the proposed replacement?What about the
urandom
generator?Thanks
The text was updated successfully, but these errors were encountered: