[][src]Module prs_lib::crypto

Enums

Err

Functions

can_decrypt

Check whether we can decrypt a file.

can_decrypt_file

Check whether we can decrypt a file at the given path.

context

Create GNUME context.

decrypt

Decrypt the given ciphertext.

decrypt_file

Decrypt the file at the given path.

encrypt

Encrypt given data, write to given file.

encrypt_file

Encrypt the plaintext and write it to the file.