ChaCha22 class
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
streamXOR(
List< int> src, List<int> dst, {int seekBytes = 0}) → List<int> - Encrypts or decrypts data by XORing it with the output of the ChaCha stream cipher.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited