# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' # on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| argon2: argon2 (Argon2 password-hashing function) argon2: argon2: This is the reference C implementation of Argon2, the password-hashing argon2: function that won the Password Hashing Competition argon2: (see https://password-hashing.net). argon2: argon2: Argon2 is a password-hashing function that summarizes the state of the argon2: art in the design of memory-hard functions and can be used for argon2: credential storage, key derivation, or other applications. argon2: argon2: Homepage: https://github.com/P-H-C/phc-winner-argon2