pub fn encrypt(data: Uint8Array) -> Result<EncryptResult>Expand description
Encrypt raw data into chunks.
This function takes raw data, splits it into chunks, encrypts them, and returns a DataMap and list of encrypted chunks.
pub fn encrypt(data: Uint8Array) -> Result<EncryptResult>Encrypt raw data into chunks.
This function takes raw data, splits it into chunks, encrypts them, and returns a DataMap and list of encrypted chunks.