]> Cypherpunks repositories - gostls13.git/commit
Public AES block interface.
authorRuss Cox <rsc@golang.org>
Mon, 18 May 2009 22:27:20 +0000 (15:27 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 18 May 2009 22:27:20 +0000 (15:27 -0700)
commit80543aca7e2cc56d3084f273cba631a7a225a005
treebc1e416f861671014e2a40e93a09b4f0a4e06fdb
parent1ed725d7cd4dc5073a6c8de08eda995da63476d4
Public AES block interface.
The higher-level stream modes will be in crypto/block.

R=r
DELTA=205  (136 added, 7 deleted, 62 changed)
OCL=29002
CL=29006
src/lib/crypto/aes/Makefile
src/lib/crypto/aes/aes_test.go
src/lib/crypto/aes/block.go
src/lib/crypto/aes/cipher.go [new file with mode: 0644]
src/lib/crypto/aes/modes.go [deleted file]