save method

Pointer<Uint8> save()

Saves the Ciphertext to a non-human-readable format. Useful for saving to disk or sending over the network.

Implementation

Pointer<Uint8> save() => _c_save_ciphertext(obj);