]> Cypherpunks repositories - gostls13.git/commit
crypto/des: new package providing implementations of DES and TDEA
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Tue, 5 Apr 2011 14:59:10 +0000 (10:59 -0400)
committerAdam Langley <agl@golang.org>
Tue, 5 Apr 2011 14:59:10 +0000 (10:59 -0400)
commit7098f3d44279e7b753a27cebae9f09d406862edd
tree9113eb900bf57125fc16a4e1095fe9d846cec4bc
parent80c5ef9f3159803990467bd93cb349a50ca0e12f
crypto/des: new package providing implementations of DES and TDEA
Original code by Chris Lennert <cale...@gmail.com>

R=rsc, agl1
CC=golang-dev
https://golang.org/cl/4331054
src/pkg/crypto/des/Makefile [new file with mode: 0644]
src/pkg/crypto/des/block.go [new file with mode: 0644]
src/pkg/crypto/des/cipher.go [new file with mode: 0644]
src/pkg/crypto/des/const.go [new file with mode: 0644]
src/pkg/crypto/des/des_test.go [new file with mode: 0644]