]> Cypherpunks.ru repositories - gogost.git/commit
1.1 release is ready
authorSergey Matveev <stargrave@stargrave.org>
Tue, 4 Oct 2016 18:39:47 +0000 (21:39 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 4 Oct 2016 18:46:53 +0000 (21:46 +0300)
commit0c90f3181c01f68c4f2c986b02cda16dba85521b
treeddf219dd3566942153e8005a1914cd9a6db200c6
1.1 release is ready
43 files changed:
AUTHORS [new file with mode: 0644]
BSDmakefile [new file with mode: 0644]
COPYING [new file with mode: 0644]
GNUmakefile [new file with mode: 0644]
INSTALL [new file with mode: 0644]
NEWS [new file with mode: 0644]
PUBKEY.asc [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
VERSION [new file with mode: 0644]
common.mk [new file with mode: 0644]
makedist.sh [new file with mode: 0755]
src/cypherpunks.ru/gogost/gogost.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/cbc_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/cfb.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/cfb_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/cipher.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/cipher_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/ctr.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/ctr_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/ecb.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/ecb_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/mac.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/mac_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost28147/sbox.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3410/2001_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3410/2012_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3410/curve.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3410/doc.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3410/params.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3410/private.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3410/public.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3410/utils.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost34112012/cmd/gogost-streebog/main.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost34112012/hash.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost34112012/hash_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost341194/hash.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost341194/hash_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3412/cipher.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3412/cipher_test.go [new file with mode: 0644]
src/cypherpunks.ru/gogost/gost3413/padding.go [new file with mode: 0644]
www.mk [new file with mode: 0644]
www.texi [new file with mode: 0644]