FF1<T extends NumeralString<T>> class abstract

Implementers

Constructors

FF1({required AES aes, required int radix, required FF1Encoding type})

Properties

aes AES
final
config FF1Radix
final
hashCode int
The hash code for this object.
no setterinherited
radix int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decrypt(T x, {List<int> tweak = const []}) → T
Performs FF1 decryption on x, optionally using a tweak.
encrypt(T x, {List<int> tweak = const []}) → T
Performs FF1 encryption on x, optionally using a tweak.
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