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