DartRustEncrypt class abstract

Available extensions

Constructors

DartRustEncrypt()

Properties

hashCode int
The hash code for this object.
no setterinherited
kPbkdf2Sha3512ConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kSha3256ConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kSha3512ConstMeta → FlutterRustBridgeTaskConstMeta
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pbkdf2_Sha3_512({required Uint8List input, required Uint8List salt, required int iterations, required int keyLength}) Future<Uint8List>

Available on DartRustEncrypt, provided by the KeyDerivator extension

pbkdf2Sha3512({required Uint8List input, required Uint8List salt, required int iterations, required int keyLength, dynamic hint}) Future<Uint8List>
sha3256({required Uint8List input, dynamic hint}) Future<Uint8List>
sha3512({required Uint8List input, dynamic hint}) Future<Uint8List>
sha3_256(Uint8List input) Future<Uint8List>

Available on DartRustEncrypt, provided by the Hasher extension

sha3_512(Uint8List input) Future<Uint8List>

Available on DartRustEncrypt, provided by the Hasher extension

toString() String
A string representation of this object.
inherited

Operators

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