From dd51444fe8f2b813d7bd6435b59185e43363205b Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Wed, 9 Aug 2017 00:39:45 +0100 Subject: libraries/argon2: Added (password-hashing function). Signed-off-by: David Spencer --- libraries/argon2/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libraries/argon2/slack-desc (limited to 'libraries/argon2/slack-desc') diff --git a/libraries/argon2/slack-desc b/libraries/argon2/slack-desc new file mode 100644 index 000000000000..0be295ca6910 --- /dev/null +++ b/libraries/argon2/slack-desc @@ -0,0 +1,19 @@ +# 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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +argon2: argon2 (password-hashing function) +argon2: +argon2: Argon2 is a password-hashing function that summarizes the state of +argon2: the art in the design of memory-hard functions and can be used to +argon2: hash passwords for credential storage, key derivation, or other +argon2: applications. +argon2: +argon2: Homepage: https://github.com/P-H-C/phc-winner-argon2/ +argon2: +argon2: +argon2: -- cgit v1.2.3