mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
* Test exposed constraint constants on crypto_pwhash This includes the following constants for crypto_pwhash, crypto_pwhash_argon2i, and crypto_pwhash_scryptsalsa208sha256: - crypto_pwhash_BYTES_MIN - crypto_pwhash_BYTES_MAX - crypto_pwhash_PASSWD_MIN - crypto_pwhash_PASSWD_MAX - crypto_pwhash_OPSLIMIT_MIN - crypto_pwhash_OPSLIMIT_MAX - crypto_pwhash_MEMLIMIT_MIN - crypto_pwhash_MEMLIMIT_MAX * Expose constraint constants for crypto_pwhash * Expose constant methods for crypto_pwhash