FF1Binary class
FF1 format-preserving encryption specialized for binary data.
- Inheritance
-
- Object
- FF1<
BinaryNumeralString> - FF1Binary
Properties
Methods
-
decrypt(
BinaryNumeralString x, {List< int> tweak = const []}) → BinaryNumeralString -
Performs FF1 decryption on
x, optionally using a tweak.inherited -
encrypt(
BinaryNumeralString x, {List< int> tweak = const []}) → BinaryNumeralString -
Performs FF1 encryption on
x, optionally using a tweak.inherited -
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