]> Cypherpunks.ru repositories - gogost.git/blob - www.texi
Raise copyright years
[gogost.git] / www.texi
1 \input texinfo
2 @documentencoding UTF-8
3 @settitle GoGOST
4
5 @set VERSION 4.2.1
6
7 @copying
8 Copyright @copyright{} 2015-2020 @email{stargrave@@stargrave.org, Sergey Matveev}
9 @end copying
10
11 @node Top
12 @top GoGOST
13
14 Pure Go GOST cryptographic functions library.
15 GOST is GOvernment STandard of Russian Federation (and Soviet Union).
16 It is
17 @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted}
18 @url{https://www.gnu.org/philosophy/free-sw.html, free software}:
19 licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GPLv3}.
20 You can read about GOST algorithms @url{http://gost.cypherpunks.ru/, more}.
21
22 Currently supported algorithms are:
23
24 @itemize
25 @item GOST 28147-89 (@url{https://tools.ietf.org/html/rfc5830.html, RFC 5830})
26     block cipher with ECB, CNT (CTR), CFB, MAC,
27     CBC (@url{https://tools.ietf.org/html/rfc4357.html, RFC 4357})
28     modes of operation
29 @item various 28147-89-related S-boxes included
30 @item GOST R 34.11-94 hash function
31     (@url{https://tools.ietf.org/html/rfc5831.html, RFC 5831})
32 @item GOST R 34.11-2012 Стрибог (Streebog) hash function
33     (@url{https://tools.ietf.org/html/rfc6986.html, RFC 6986})
34 @item GOST R 34.10-2001
35     (@url{https://tools.ietf.org/html/rfc5832.html, RFC 5832})
36     public key signature function
37 @item GOST R 34.10-2012
38     (@url{https://tools.ietf.org/html/rfc7091.html, RFC 7091})
39     public key signature function
40 @item various 34.10 curve parameters included
41 @item Coordinates conversion from twisted Edwards to Weierstrass
42     form and vice versa
43 @item VKO GOST R 34.10-2001 key agreement function
44     (@url{https://tools.ietf.org/html/rfc4357.html, RFC 4357})
45 @item VKO GOST R 34.10-2012 key agreement function
46     (@url{https://tools.ietf.org/html/rfc7836.html, RFC 7836})
47 @item @code{KDF_GOSTR3411_2012_256} KDF function
48     (@url{https://tools.ietf.org/html/rfc7836.html, RFC 7836})
49 @item GOST R 34.12-2015 128-bit block cipher Кузнечик (Kuznechik)
50     (@url{https://tools.ietf.org/html/rfc7801.html, RFC 7801})
51 @item GOST R 34.12-2015 64-bit block cipher Магма (Magma)
52 @item GOST R 34.13-2015 padding methods
53 @item MGM AEAD mode for 64 and 128 bit ciphers
54 @item TLSTREE keyscheduling function
55 @item ESPTREE/IKETREE (IKE* is the same as ESP*) keyscheduling function
56 @item @code{PRF_IPSEC_PRFPLUS_GOSTR3411_2012_@{256,512@}} and generic
57     @code{prf+} functions (Р 50.1.111-2016 with IKEv2
58     @url{https://tools.ietf.org/html/rfc5831.html, RFC 7296})
59 @end itemize
60
61 Please send questions, bug reports and patches to
62 @url{https://lists.cypherpunks.ru/mailman/listinfo/gost, gost}
63 mailing list. Announcements also go to this mailing list.
64
65 @insertcopying
66
67 @include news.texi
68 @include download.texi
69
70 @bye