Closed Sc00bz closed 1 year ago
Max m_cost is (2^32)-1 "4 TiB" but it's defined as (2^28)-1 "256 GiB": https://github.com/RustCrypto/password-hashes/blob/7ff9080a4ead680037acd43928f4815d0bb13f7c/argon2/src/params.rs#L15-L18 vs https://github.com/RustCrypto/password-hashes/blob/7ff9080a4ead680037acd43928f4815d0bb13f7c/argon2/src/params.rs#L49
Max p_cost is (2^24)-1 but it's stated as 255: https://github.com/RustCrypto/password-hashes/blob/7ff9080a4ead680037acd43928f4815d0bb13f7c/argon2/src/params.rs#L25-L28 vs https://github.com/RustCrypto/password-hashes/blob/7ff9080a4ead680037acd43928f4815d0bb13f7c/argon2/src/params.rs#L67
Max m_cost is (2^32)-1 "4 TiB" but it's defined as (2^28)-1 "256 GiB": https://github.com/RustCrypto/password-hashes/blob/7ff9080a4ead680037acd43928f4815d0bb13f7c/argon2/src/params.rs#L15-L18 vs https://github.com/RustCrypto/password-hashes/blob/7ff9080a4ead680037acd43928f4815d0bb13f7c/argon2/src/params.rs#L49
Max p_cost is (2^24)-1 but it's stated as 255: https://github.com/RustCrypto/password-hashes/blob/7ff9080a4ead680037acd43928f4815d0bb13f7c/argon2/src/params.rs#L25-L28 vs https://github.com/RustCrypto/password-hashes/blob/7ff9080a4ead680037acd43928f4815d0bb13f7c/argon2/src/params.rs#L67