fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
sodium
»
Modules
base
clang
sodium
crypto
database
http
lock_free
mail
wolfssl
nom
sqlite
terminal
tokiwa
web
uuid
webserver
universe (module sodium)
└─
sodium
sodium
sodium
sodium
:
Any
is
[Unit Type]
¶
[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 b85caf7d9723bbbca0d1dcdfa7ea0cb016405931)
last changed: 2026-04-16