]> Cypherpunks repositories - gostls13.git/commit
crypto/openpgp: add s2k
authorAdam Langley <agl@golang.org>
Thu, 20 Jan 2011 12:38:34 +0000 (07:38 -0500)
committerAdam Langley <agl@golang.org>
Thu, 20 Jan 2011 12:38:34 +0000 (07:38 -0500)
commit0bec484e6fc1553edce91eed523d9642f7870516
tree728b96262ebd0221292848323a8b8faeb868c1b6
parent6d94b14e1981f960f45deb9a57f4360c79593238
crypto/openpgp: add s2k

s2k implements the string-to-key functions for OpenPGP

R=rsc
CC=golang-dev
https://golang.org/cl/3937043
src/pkg/crypto/openpgp/s2k/Makefile [new file with mode: 0644]
src/pkg/crypto/openpgp/s2k/s2k.go [new file with mode: 0644]
src/pkg/crypto/openpgp/s2k/s2k_test.go [new file with mode: 0644]