]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: add GCM mode.
authorAdam Langley <agl@golang.org>
Mon, 5 Aug 2013 18:31:58 +0000 (14:31 -0400)
committerAdam Langley <agl@golang.org>
Mon, 5 Aug 2013 18:31:58 +0000 (14:31 -0400)
commit20a2b960898a37e646bf76dcf0e3fd067a387c5f
treef0b05f631c2b340d8576751cfc0aa02c9f635154
parent5e36877d2a5f41d4e0109d63025d68ce1929054a
crypto/cipher: add GCM mode.

GCM is Galois Counter Mode, an authenticated encryption mode that is,
nearly always, used with AES.

R=rsc
CC=golang-dev
https://golang.org/cl/12375043
src/pkg/crypto/cipher/gcm.go [new file with mode: 0644]
src/pkg/crypto/cipher/gcm_test.go [new file with mode: 0644]
src/pkg/go/build/deps_test.go