Re-exports§
pub use fixed;
Modules§
- Fixed-point numbers
- A simple pseudo random number generator that allows a stream of random numbers to be efficiently created from a single initial seed hash.
- A simple trait that allows pseudo-random permutations on arbitrary
vec
s. - Custom serde serialization helpers
- Helper functions to manipulate the storage, to get a specific state in the tests
Structs§
- Simple Bs58 verification adapted from https://github.com/mycorrhiza/bs58-rs
- Pseudo-random number streamer. This retains the state of the random number stream. It’s as secure as the combination of the seed with which it is constructed and the hash function it uses to cycle elements.
Enums§
Traits§
- Pseudo-random permutation. It’s as secure as the combination of the seed with which the RandomNumberGenerator is constructed and the hash function it uses to cycle the elements.