diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-05-25 13:47:52 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-05-25 13:47:52 +0200 |
commit | ce4d1c7a8103be09bcee64b055408a901d068c34 (patch) | |
tree | 385083dfd38128309e5f872eb3a1fc39284c4791 /README.md | |
parent | ecdbf7695cf8c05837dfd8925347a8e45a11de2b (diff) |
correct PBPDF2 -> PBKDF2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |