VeraCrypt

Documentation >> Encryption Algorithms >> Kuznyechik

Kuznyechik

Kuznyechik is a 128-bit block cipher first published in 2015 and defined in the National Standard of the Russian Federation GOST R 34.12-2015 and also in RFC 7801. It supersedes the old GOST-89 block cipher although it doesn't obsolete it.

VeraCrypt uses Kuznyechik with 10 rounds and a 256-bit key operating in XTS mode (see the section Modes of Operation).

Next Section >>

/tree/src/Boot?id=eabe1d2e94d4cf13d31af340b20fc01d2ad92e30'>Boot/Windows/BootCrt.asm
blob: 046c93af6421e49d5641b35f8e10428d0d9b64a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27