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§
- Decryptsciphertextand into a newly allocatedbytes.
- Encryptsplaintextand into a newly allocatedbytes.
- Encryptsplaintextwith the specified Argon2 parameters and into a newly allocatedbytes.