Crate gemina

Source
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.