seed abstract method
Seed the RNG with some entropy (look at package cipher_entropy providing entropy sources).
Implementation
void seed(CipherParameters params);
Seed the RNG with some entropy (look at package cipher_entropy providing entropy sources).
void seed(CipherParameters params);