]> Cypherpunks repositories - gostls13.git/commit
AES key setup and block ciphers.
authorRuss Cox <rsc@golang.org>
Fri, 15 May 2009 00:11:11 +0000 (17:11 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 15 May 2009 00:11:11 +0000 (17:11 -0700)
commita854c7f993f851ec0c5e240a08aa8331a4de9d68
tree869afd765f1c22c13f92255ed53911ac1a1bd7ea
parent472e191a23996db0195317f65ba067872d3cdcb6
AES key setup and block ciphers.
AES mode wrappers not implemented, so no public interface yet.

R=r
DELTA=918  (918 added, 0 deleted, 0 changed)
OCL=28848
CL=28863
src/lib/Makefile
src/lib/crypto/aes/Makefile [new file with mode: 0644]
src/lib/crypto/aes/aes_test.go [new file with mode: 0644]
src/lib/crypto/aes/block.go [new file with mode: 0644]
src/lib/crypto/aes/const.go [new file with mode: 0644]
src/lib/crypto/aes/modes.go [new file with mode: 0644]