Crate ps_cypher

Source

Structs§

Buffer
Encrypted
ParsedKey

Enums§

DecryptionError
EncryptionError
ParseKeyError
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.
parse_key
Parses an encryption key.
validate
Checks whether data has been corrupted or tampered with.