pqbip39 0.2.0

A no_std compatible implementation of the BIP39 mnemonic code standard.
Documentation
1
2
3
pub trait Rng {
    fn fill_bytes(&mut self, dest: &mut [u8]);
}