save method
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);
Saves the Ciphertext to a non-human-readable format. Useful for saving to disk or sending over the network.
Pointer<Uint8> save() => _c_save_ciphertext(obj);