XTEA class
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
Methods
-
decipher(
List< int> data) → List<int> -
decryptString(
String ciphertext) → String -
encipher(
List< int> data) → List<int> -
encryptString(
String plaintext) → String -
md5(
String input) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
testKey(
List< int> key) → int - Used as part of testsuite to compare provided keys.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- XTEA_DELTA → const int
- xteaNumRounds → const int