samuel-lucas6 / draft-lucas-bkdf

An Internet-Draft for the Balloon Key Derivation Function (BKDF), a memory-hard password hashing and password-based key derivation function.
Other
4 stars 1 forks source link

Missing maximum constants #6

Closed samuel-lucas6 closed 7 months ago

samuel-lucas6 commented 8 months ago

The parameters should have a maximum length like in the Argon2 RFC. MAX_SPACECOST, MAX_TIMECOST, MAX_PARALLELISM, and MAX_DELTA can be added as well as some for the password, salt, and output lengths.