Add pwhash functions to non-sumo wasm builds
Server relief is important.
This commit is contained in:
parent
9f71f5aade
commit
5cde320a08
@ -252,10 +252,10 @@ _crypto_onetimeauth_primitive 0 1
|
|||||||
_crypto_onetimeauth_statebytes 0 1
|
_crypto_onetimeauth_statebytes 0 1
|
||||||
_crypto_onetimeauth_update 0 1
|
_crypto_onetimeauth_update 0 1
|
||||||
_crypto_onetimeauth_verify 0 1
|
_crypto_onetimeauth_verify 0 1
|
||||||
_crypto_pwhash 0 1
|
_crypto_pwhash 1 1
|
||||||
_crypto_pwhash_alg_argon2i13 0 1
|
_crypto_pwhash_alg_argon2i13 1 1
|
||||||
_crypto_pwhash_alg_argon2id13 0 1
|
_crypto_pwhash_alg_argon2id13 1 1
|
||||||
_crypto_pwhash_alg_default 0 1
|
_crypto_pwhash_alg_default 1 1
|
||||||
_crypto_pwhash_argon2i 0 1
|
_crypto_pwhash_argon2i 0 1
|
||||||
_crypto_pwhash_argon2i_alg_argon2i13 0 1
|
_crypto_pwhash_argon2i_alg_argon2i13 0 1
|
||||||
_crypto_pwhash_argon2i_bytes_max 0 1
|
_crypto_pwhash_argon2i_bytes_max 0 1
|
||||||
@ -300,22 +300,22 @@ _crypto_pwhash_argon2id_str_needs_rehash 0 1
|
|||||||
_crypto_pwhash_argon2id_str_verify 0 1
|
_crypto_pwhash_argon2id_str_verify 0 1
|
||||||
_crypto_pwhash_argon2id_strbytes 0 1
|
_crypto_pwhash_argon2id_strbytes 0 1
|
||||||
_crypto_pwhash_argon2id_strprefix 0 1
|
_crypto_pwhash_argon2id_strprefix 0 1
|
||||||
_crypto_pwhash_bytes_max 0 1
|
_crypto_pwhash_bytes_max 1 1
|
||||||
_crypto_pwhash_bytes_min 0 1
|
_crypto_pwhash_bytes_min 1 1
|
||||||
_crypto_pwhash_memlimit_interactive 0 1
|
_crypto_pwhash_memlimit_interactive 1 1
|
||||||
_crypto_pwhash_memlimit_max 0 1
|
_crypto_pwhash_memlimit_max 1 1
|
||||||
_crypto_pwhash_memlimit_min 0 1
|
_crypto_pwhash_memlimit_min 1 1
|
||||||
_crypto_pwhash_memlimit_moderate 0 1
|
_crypto_pwhash_memlimit_moderate 1 1
|
||||||
_crypto_pwhash_memlimit_sensitive 0 1
|
_crypto_pwhash_memlimit_sensitive 1 1
|
||||||
_crypto_pwhash_opslimit_interactive 0 1
|
_crypto_pwhash_opslimit_interactive 1 1
|
||||||
_crypto_pwhash_opslimit_max 0 1
|
_crypto_pwhash_opslimit_max 1 1
|
||||||
_crypto_pwhash_opslimit_min 0 1
|
_crypto_pwhash_opslimit_min 1 1
|
||||||
_crypto_pwhash_opslimit_moderate 0 1
|
_crypto_pwhash_opslimit_moderate 1 1
|
||||||
_crypto_pwhash_opslimit_sensitive 0 1
|
_crypto_pwhash_opslimit_sensitive 1 1
|
||||||
_crypto_pwhash_passwd_max 0 1
|
_crypto_pwhash_passwd_max 1 1
|
||||||
_crypto_pwhash_passwd_min 0 1
|
_crypto_pwhash_passwd_min 1 1
|
||||||
_crypto_pwhash_primitive 0 1
|
_crypto_pwhash_primitive 1 1
|
||||||
_crypto_pwhash_saltbytes 0 1
|
_crypto_pwhash_saltbytes 1 1
|
||||||
_crypto_pwhash_scryptsalsa208sha256 0 1
|
_crypto_pwhash_scryptsalsa208sha256 0 1
|
||||||
_crypto_pwhash_scryptsalsa208sha256_bytes_max 0 1
|
_crypto_pwhash_scryptsalsa208sha256_bytes_max 0 1
|
||||||
_crypto_pwhash_scryptsalsa208sha256_bytes_min 0 1
|
_crypto_pwhash_scryptsalsa208sha256_bytes_min 0 1
|
||||||
@ -336,12 +336,12 @@ _crypto_pwhash_scryptsalsa208sha256_str_needs_rehash 0 1
|
|||||||
_crypto_pwhash_scryptsalsa208sha256_str_verify 0 1
|
_crypto_pwhash_scryptsalsa208sha256_str_verify 0 1
|
||||||
_crypto_pwhash_scryptsalsa208sha256_strbytes 0 1
|
_crypto_pwhash_scryptsalsa208sha256_strbytes 0 1
|
||||||
_crypto_pwhash_scryptsalsa208sha256_strprefix 0 1
|
_crypto_pwhash_scryptsalsa208sha256_strprefix 0 1
|
||||||
_crypto_pwhash_str 0 1
|
_crypto_pwhash_str 1 1
|
||||||
_crypto_pwhash_str_alg 0 1
|
_crypto_pwhash_str_alg 1 1
|
||||||
_crypto_pwhash_str_needs_rehash 0 1
|
_crypto_pwhash_str_needs_rehash 1 1
|
||||||
_crypto_pwhash_str_verify 0 1
|
_crypto_pwhash_str_verify 1 1
|
||||||
_crypto_pwhash_strbytes 0 1
|
_crypto_pwhash_strbytes 1 1
|
||||||
_crypto_pwhash_strprefix 0 1
|
_crypto_pwhash_strprefix 1 1
|
||||||
_crypto_scalarmult 1 1
|
_crypto_scalarmult 1 1
|
||||||
_crypto_scalarmult_base 1 1
|
_crypto_scalarmult_base 1 1
|
||||||
_crypto_scalarmult_bytes 1 1
|
_crypto_scalarmult_bytes 1 1
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user