]> Cypherpunks repositories - gostls13.git/commit
crypto/bcrypt: new package
authorJeff Hodges <jeff@somethingsimilar.com>
Mon, 19 Sep 2011 14:29:02 +0000 (10:29 -0400)
committerAdam Langley <agl@golang.org>
Mon, 19 Sep 2011 14:29:02 +0000 (10:29 -0400)
commitd072a7082390760c1c00f25b8340deef8d9c408b
tree2d10b00675b010d038f013ac5d9934952b43e545
parent5d5d7f12290d2beaf1f3fe78cc3807f4dbc6dd23
crypto/bcrypt: new package

A port of Provos and Mazières's adapative hashing algorithm. See http://www.usenix.org/events/usenix99/provos/provos_html/node1.html

R=bradfitz, agl, rsc, dchest
CC=golang-dev
https://golang.org/cl/4964078
src/pkg/Makefile
src/pkg/crypto/bcrypt/Makefile [new file with mode: 0644]
src/pkg/crypto/bcrypt/base64.go [new file with mode: 0644]
src/pkg/crypto/bcrypt/bcrypt.go [new file with mode: 0644]
src/pkg/crypto/bcrypt/bcrypt_test.go [new file with mode: 0644]