]> Cypherpunks repositories - gostls13.git/commit
crypto: add cast5
authorAdam Langley <agl@golang.org>
Wed, 3 Nov 2010 14:39:15 +0000 (10:39 -0400)
committerAdam Langley <agl@golang.org>
Wed, 3 Nov 2010 14:39:15 +0000 (10:39 -0400)
commitb5135b34c921d74e812b96828bbb59dc24a400b7
treefe49907819b3fefdbcb20496148b0b5c93e357b2
parent21da6c24a63d727201b3bdf9310c2500eb47f186
crypto: add cast5

CAST5 is the default OpenPGP cipher.

(This won't make Rob any happier about the size of crypto/, of course.)

It already has dst, src in that order but it doesn't have any users yet so I figure it's better than changing it later.

R=rsc, gri, r
CC=golang-dev
https://golang.org/cl/2762042
src/pkg/Makefile
src/pkg/crypto/cast5/Makefile [new file with mode: 0644]
src/pkg/crypto/cast5/cast5.go [new file with mode: 0644]
src/pkg/crypto/cast5/cast5_test.go [new file with mode: 0644]