DRBG<T> class

Constructors

DRBG({Hash? hash, dynamic entropy, dynamic nonce, dynamic pers, String? entropyEnc, String? nonceEnc, String? persEnc})

Properties

entropy List<int>
getter/setter pair
hash ↔ Hash?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
K ↔ dynamic
getter/setter pair
nonce List<int>
getter/setter pair
outLen int
no setter
pers List<int>
getter/setter pair
reseedInterval ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
V ↔ dynamic
getter/setter pair

Methods

generate(int len, [dynamic add]) String
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited