commit | 6ebfd1eff28fbc84a0857298e4ecee9d4c7570a1 | [log] [tgz] |
---|---|---|
author | Adrian O'Grady <elpollouk@gmail.com> | Wed Dec 09 00:06:20 2009 -0800 |
committer | Russ Cox <rsc@golang.org> | Wed Dec 09 00:06:20 2009 -0800 |
tree | d8576812aeac29feffe485994aa2d5f78d307b11 | |
parent | 0400a7f8b1e6ce821f38fed9e4bc729620f7f4ce [diff] |
Added XTEA block cipher package to src/pkg/crypto This is an adaption of the code from http://en.wikipedia.org/wiki/XTEA. The package also implements the block.Cipher interface so that it can be used with the various block modes. R=rsc https://golang.org/cl/157152