SodiumUtilsBase class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sodium ↔ SodiumSumo?
-
getter/setter pair
Methods
-
close(
Uint8List message, Uint8List nonce, Uint8List keyBytes) → Uint8List -
cryptoSignDetached(
Uint8List message, Uint8List key) → Uint8List -
cryptoSignSeedKeypair(
Uint8List seed) → KeyPair -
getSodium(
) → dynamic -
init(
) → Future< void> -
nonce(
) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
Uint8List nonceAndCiphertext, Uint8List key) → Uint8List -
publicKey(
Uint8List sk) → KeyPair -
pwhash(
String passphrase, Uint8List salt) → Uint8List -
rand(
int length) → Uint8List -
salt(
) → Uint8List -
sign(
Uint8List simpleHash, Uint8List key) → Uint8List -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited