]> Cypherpunks.ru repositories - gost-www.git/blob - en/vko.texi
0802c6830abcdf364b996bce8b10f6920a5fbcd4
[gost-www.git] / en / vko.texi
1 @node enVKO
2 @section VKO 34.10-2001
3
4 @table @asis
5 @item Algorithm type
6     Key-agreement
7 @item Keysize
8     256 bit
9 @item RFC
10     @url{https://tools.ietf.org/html/rfc4357.html, 4357}
11 @end table
12
13 @strong{Features}:
14 @itemize
15 @item This algorithm multiplies own private key, remote public key and
16 hashes the result, producing common key. Basically it is Diffie-Hellman
17 key-agreement based on elliptic curves.
18 @item Additional user key material (UKM) is specified at inputs.
19 @end itemize
20
21 @strong{Implementations}: @ref{VKOImpl, here}.