Expand description
Implementation of the Gemina format.
For more information see the specification.
Enums§
- Version
- Version enum.
Functions§
- create_
secret_ key - Creates a secret key.
- decrypt_
with_ key - Decrypts data using a secret key.
- decrypt_
with_ password - Decrypts data using a password.
- encrypt_
with_ key - Encrypts data using a secret key.
- encrypt_
with_ password - Encrypts data using a password.
- verify_
with_ key - Verifies encrypted data using a secret key.
- verify_
with_ password - Verifies encrypted data using a password.