Module ring::test::rand [−][src]
Deterministic implementations of ring::rand::SecureRandom
.
These implementations are particularly useful for testing implementations of randomized algorithms & protocols using known-answer-tests where the test vectors contain the random seed to use. They are also especially useful for some types of fuzzing.
Structs
FixedByteRandom |
An implementation of |
FixedSliceRandom |
An implementation of |
FixedSliceSequenceRandom |
An implementation of |