FF1<T extends NumeralString<T> > class
abstract
- Implementers
Constructors
- FF1({required AES aes, required int radix, required FF1Encoding type})
Properties
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