Crate ps_cypher

Crate ps_cypher 

Source

Structs§

Buffer
Encrypted
ParsedKey

Enums§

DecryptionError
EncryptionError
PsCypherError

Functions§

decrypt
Attempts the decryption of encrypted data.
encrypt
Encrypts a message.
extract_encrypted
Extracts the raw ChaCha-encrypted content from the provided slice.
validate
Checks whether data has been corrupted or tampered with.