toBytes method

Uint8List toBytes()

Converts a Ciphertext into a serialized binary format.

Implementation

Uint8List toBytes() => save().asTypedList(saveSize);