Blowfish class

Constructors

Blowfish.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
P Uint32List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
S List<Uint32List>
getter/setter pair

Methods

dec(Uint32List data, int blocks) → void
decipher(Uint32List x) → void
enc(Uint32List data, int blocks) → void
encipher(Uint32List x, [Uint8List? x8]) → void
expand0state(Uint8List key, int keybytes) → void
expandstate(Uint8List data, int databytes, Uint8List key, int keybytes) → void
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