fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
crypto
»
Modules
base
clang
crypto
database
http
lock_free
mail
nom
sodium
sqlite
terminal
uuid
web
wolfssl
universe (module crypto)
└─
crypto
crypto
crypto
crypto
:
Any
is
¶
[src]
crypto -- unit feature to group cryptography related features
Functions
password_hash
(password
String
)
=>
outcome String
¶
[src]
get a (salted) password hash for password
password_hash_length
=>
i64
¶
[src]
the length of the password hash that password_hash returns
password_hash_verify
(password
String
, hash
String
)
=>
bool
¶
[src]
verify that hash belongs to password
0.095dev (GIT hash 9b90842268531a946c757af94179ae191ec67720)