]> Cypherpunks repositories - gostls13.git/commit
crypto: add twofish package
authorBerengar Lehr <Berengar.Lehr@gmx.de>
Wed, 12 Jan 2011 01:51:35 +0000 (20:51 -0500)
committerAdam Langley <agl@golang.org>
Wed, 12 Jan 2011 01:51:35 +0000 (20:51 -0500)
commit1aec7c7f34ff88a09a3fa7c9ff131598360f8751
treed9e265e41d0f7539323a387cdaa9c441f4d400ff
parent1c99bdc8e5dc7d2ab9333b508d137bec63a2d7fe
crypto: add twofish package

The code was (as annotated in the source code) adopted from Tom's
LibCrypt (public domain code, [1]). It was neither optimised for speed
nor were any security features added.

[1] http://libtom.org/?page=features&newsitems=5&whatfile=crypt

R=rsc, berengarlehr, albert.strasheim, agl1
CC=golang-dev, schulze
https://golang.org/cl/2687042
CONTRIBUTORS
src/pkg/Makefile
src/pkg/crypto/twofish/Makefile [new file with mode: 0644]
src/pkg/crypto/twofish/twofish.go [new file with mode: 0644]
src/pkg/crypto/twofish/twofish_test.go [new file with mode: 0644]