IV.fromSecureRandom constructor
IV.fromSecureRandom(
- int length
Implementation
IV.fromSecureRandom(int length)
: super(secure_random.SecureRandom(length).bytes);
IV.fromSecureRandom(int length)
: super(secure_random.SecureRandom(length).bytes);