Re-exports§

Modules§

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.