| decrypt/5 | |
| decrypt_term/5 | |
| default_cipher/0 | |
| default_hash/0 | |
| default_iterations/0 | |
| encrypt/5 | |
| encrypt_term/5 | |
| supported_ciphers/0 | |
| supported_ciphers/0 | |
| supported_hashes/0 |
decrypt(Cipher::crypto:block_cipher(), Hash::crypto:hash_algorithms(), Iterations::pos_integer(), Secret::iodata(), X5::{encrypted, binary() | [1..255]} | {plaintext, term()}) -> any()
decrypt_term(Cipher, Hash, Iterations, Secret, Base64Binary) -> any()
default_cipher() -> any()
default_hash() -> any()
default_iterations() -> any()
encrypt(Cipher::crypto:block_cipher(), Hash::crypto:hash_algorithms(), Iterations::pos_integer(), Secret::iodata() | '$pending-secret', ClearText::binary()) -> {plaintext, binary()} | {encrypted, binary()}
encrypt_term(Cipher, Hash, Iterations, Secret, Term) -> any()
supported_ciphers() -> any()
supported_ciphers() -> any()
supported_hashes() -> any()
Generated by EDoc