Crate abcrypt_py
source ·Expand description
The abcrypt-py crate is the Python bindings for the abcrypt crate.
Structs§
- Specifications of the abcrypt encrypted data format.
 - The Argon2 parameters used for the encrypted data.
 
Functions§
- Decrypts
ciphertextand into a newly allocatedbytes. - Encrypts
plaintextand into a newly allocatedbytes. - Encrypts
plaintextwith the specified Argon2 parameters and into a newly allocatedbytes.