aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-05-25 13:47:52 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-05-25 13:47:52 +0200
commitce4d1c7a8103be09bcee64b055408a901d068c34 (patch)
tree385083dfd38128309e5f872eb3a1fc39284c4791 /README.md
parentecdbf7695cf8c05837dfd8925347a8e45a11de2b (diff)
correct PBPDF2 -> PBKDF2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85ac9c9..917182c 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Current contents of the library:
* An interface to the Cryptech hash cores, including HMAC.
-* An implementation of PBPDF2.
+* An implementation of PBKDF2.
* An implementation of RSA using the Cryptech ModExp core.