seed method
Seed the RNG with some entropy (look at package cipher_entropy providing entropy sources).
Implementation
@override
void seed(pc.CipherParameters params) {
throw UnsupportedError('Seed not supported for this SecureRandom');
}
Seed the RNG with some entropy (look at package cipher_entropy providing entropy sources).
@override
void seed(pc.CipherParameters params) {
throw UnsupportedError('Seed not supported for this SecureRandom');
}