digest_func_info() = md4 | md5 | ripemd160 | sha | sha224 | sha256 | sha384 | sha512
hex_char() = 48..57 | 97..102
hex_list() = [hex_char()]
mac_func_info() = {hmac, digest_func_info()} | digest_func_info()
compare_secure/2 | |
pbkdf2/4 | |
pbkdf2/5 | |
to_hex/1 |
compare_secure(First, Second) -> boolean()
pbkdf2(MacFunc, Password, Salt, Iterations) -> {ok, Key}
pbkdf2(MacFunc, Password, Salt, Iterations, DerivedLength) -> {ok, Key} | {error, derived_key_too_long}
to_hex(Data) -> HexData
Generated by EDoc