Remove crypto_pwhash_*() from the non-sumo Javascript distribution

This commit is contained in:
Frank Denis 2016-04-17 23:18:18 +02:00
parent 9aab628b97
commit 4ff0d326e1
2 changed files with 26 additions and 26 deletions

View File

@ -183,9 +183,9 @@ _crypto_onetimeauth_primitive 0 1
_crypto_onetimeauth_statebytes 0 1
_crypto_onetimeauth_update 0 1
_crypto_onetimeauth_verify 0 1
_crypto_pwhash 1 1
_crypto_pwhash_alg_argon2i13 1 1
_crypto_pwhash_alg_default 1 1
_crypto_pwhash 0 1
_crypto_pwhash_alg_argon2i13 0 1
_crypto_pwhash_alg_default 0 1
_crypto_pwhash_argon2i 0 1
_crypto_pwhash_argon2i_alg_argon2i13 0 1
_crypto_pwhash_argon2i_memlimit_interactive 0 1
@ -199,29 +199,29 @@ _crypto_pwhash_argon2i_str 0 1
_crypto_pwhash_argon2i_str_verify 0 1
_crypto_pwhash_argon2i_strbytes 0 1
_crypto_pwhash_argon2i_strprefix 0 1
_crypto_pwhash_memlimit_interactive 1 1
_crypto_pwhash_memlimit_moderate 1 1
_crypto_pwhash_memlimit_sensitive 1 1
_crypto_pwhash_opslimit_interactive 1 1
_crypto_pwhash_opslimit_moderate 1 1
_crypto_pwhash_opslimit_sensitive 1 1
_crypto_pwhash_memlimit_interactive 0 1
_crypto_pwhash_memlimit_moderate 0 1
_crypto_pwhash_memlimit_sensitive 0 1
_crypto_pwhash_opslimit_interactive 0 1
_crypto_pwhash_opslimit_moderate 0 1
_crypto_pwhash_opslimit_sensitive 0 1
_crypto_pwhash_primitive 0 1
_crypto_pwhash_saltbytes 1 1
_crypto_pwhash_scryptsalsa208sha256 1 1
_crypto_pwhash_scryptsalsa208sha256_ll 1 1
_crypto_pwhash_scryptsalsa208sha256_memlimit_interactive 1 1
_crypto_pwhash_scryptsalsa208sha256_memlimit_sensitive 1 1
_crypto_pwhash_scryptsalsa208sha256_opslimit_interactive 1 1
_crypto_pwhash_scryptsalsa208sha256_opslimit_sensitive 1 1
_crypto_pwhash_scryptsalsa208sha256_saltbytes 1 1
_crypto_pwhash_scryptsalsa208sha256_str 1 1
_crypto_pwhash_scryptsalsa208sha256_str_verify 1 1
_crypto_pwhash_scryptsalsa208sha256_strbytes 1 1
_crypto_pwhash_scryptsalsa208sha256_strprefix 1 1
_crypto_pwhash_str 1 1
_crypto_pwhash_str_verify 1 1
_crypto_pwhash_strbytes 1 1
_crypto_pwhash_strprefix 1 1
_crypto_pwhash_saltbytes 0 1
_crypto_pwhash_scryptsalsa208sha256 0 1
_crypto_pwhash_scryptsalsa208sha256_ll 0 1
_crypto_pwhash_scryptsalsa208sha256_memlimit_interactive 0 1
_crypto_pwhash_scryptsalsa208sha256_memlimit_sensitive 0 1
_crypto_pwhash_scryptsalsa208sha256_opslimit_interactive 0 1
_crypto_pwhash_scryptsalsa208sha256_opslimit_sensitive 0 1
_crypto_pwhash_scryptsalsa208sha256_saltbytes 0 1
_crypto_pwhash_scryptsalsa208sha256_str 0 1
_crypto_pwhash_scryptsalsa208sha256_str_verify 0 1
_crypto_pwhash_scryptsalsa208sha256_strbytes 0 1
_crypto_pwhash_scryptsalsa208sha256_strprefix 0 1
_crypto_pwhash_str 0 1
_crypto_pwhash_str_verify 0 1
_crypto_pwhash_strbytes 0 1
_crypto_pwhash_strprefix 0 1
_crypto_scalarmult 1 1
_crypto_scalarmult_base 1 1
_crypto_scalarmult_bytes 1 1

File diff suppressed because one or more lines are too long