[Cryptech-Commits] [sw/libhal] branch master updated: correct BPKDF2 -> PBKDF2 ; )

git at cryptech.is git at cryptech.is
Thu May 26 07:34:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

fredrik at thulin.net pushed a commit to branch master
in repository sw/libhal.

The following commit(s) were added to refs/heads/master by this push:
       new  9bf115a   correct BPKDF2 -> PBKDF2 ;)
9bf115a is described below

commit 9bf115a45d3063ed36d8a4c60f22c9f77de22b80
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Thu May 26 09:34:18 2016 +0200

    correct BPKDF2 -> PBKDF2 ;)
---
 utils/last_gasp_default_pin | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/last_gasp_default_pin b/utils/last_gasp_default_pin
index 70379ad..2d09db1 100755
--- a/utils/last_gasp_default_pin
+++ b/utils/last_gasp_default_pin
@@ -59,7 +59,7 @@ parser.add_argument("-i", "--iterations",
 parser.add_argument("-d", "--derived-key-length",
                     type    = int,
                     default = 64,
-                    help    = "length of BPKDF2 output (must match libhal)")
+                    help    = "length of PBKDF2 output (must match libhal)")
 args = parser.parse_args()
 
 def HMAC_SHA256(pin, salt):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list