toBytes method
Converts a Ciphertext into a serialized binary format.
Implementation
Uint8List toBytes() => save().asTypedList(saveSize);
Converts a Ciphertext into a serialized binary format.
Uint8List toBytes() => save().asTypedList(saveSize);