Copyright © 2014-2015, Andrew Bennett
Authors: Andrew Bennett (andrew@pixid.com).
block_cipher(Cipher) -> any()
block_decrypt(Cipher, Key, CipherText) -> any()
block_decrypt(Cipher, Key, IV, CipherText) -> any()
block_encrypt(Cipher, Key, PlainText) -> any()
block_encrypt(Cipher, Key, IV, PlainText) -> any()
constant_time_compare(A, B) -> any()
crypto_ciphers() -> any()
crypto_fallback() -> any()
crypto_fallback(Boolean) -> any()
crypto_supports() -> any()
decrypt_private(CipherText, RSAPrivateKey, Algorithm) -> any()
ec_key_mode() -> any()
encrypt_public(PlainText, RSAPublicKey, Algorithm) -> any()
is_block_cipher_supported(Cipher) -> any()
is_chacha20_poly1305_supported() -> any()
is_rsa_crypt_supported(Padding) -> any()
is_rsa_sign_supported(Padding) -> any()
sign(Message, DigestType, RSAPrivateKey, Padding) -> any()
supports() -> any()
unsecured_signing() -> any()
unsecured_signing(Boolean) -> any()
verify(Message, DigestType, Signature, RSAPublicKey, Padding) -> any()
Generated by EDoc