DartHChacha20 class

Hchacha20 implemented in pure Dart.

Inheritance

Constructors

DartHChacha20()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deriveKey({required SecretKey secretKey, required List<int> nonce}) Future<SecretKey>
override
deriveKeySync({required SecretKeyData secretKeyData, required List<int> nonce}) SecretKeyData
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