summaryrefslogtreecommitdiffstats
path: root/libraries/argon2/README
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-17 14:17:19 +0100
committer Matteo Bernardini2021-01-17 14:17:19 +0100
commit90d86adad9ae7e12b1c7d100f8e39c84ede2f569 (patch)
treecfc4120f61bc72c8cc42eede89b3d8b27012c3e8 /libraries/argon2/README
parent5dc8921c2c7726bc663f3a57b2b6c4dda1317633 (diff)
downloadslackbuilds-90d86adad9ae7e12b1c7d100f8e39c84ede2f569.tar.gz
20210117.1 global branch merge.current-20210117.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/argon2/README')
-rw-r--r--libraries/argon2/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/argon2/README b/libraries/argon2/README
deleted file mode 100644
index d4460f624c..0000000000
--- a/libraries/argon2/README
+++ /dev/null
@@ -1,11 +0,0 @@
-This is the reference C implementation of Argon2, the password-hashing
-function that won the Password Hashing Competition (PHC).
-
-Argon2 is a password-hashing function that summarizes the state of the art
-in the design of memory-hard functions and can be used to hash passwords
-for credential storage, key derivation, or other applications.
-
-It has a simple design aimed at the highest memory filling rate and effective
-use of multiple computing units, while still providing defense against
-tradeoff attacks (by exploiting the cache and memory organization of the
-recent processors).