VeraCrypt

Documentation >> Hash Algorithms >> Streebog

Streebog

Streebog is a family of two hash algorithms, Streebog-256 and Streebog-512, defined in the Russian national standard GOST R 34.11-2012 Information Technology - Cryptographic Information Security - Hash Function. It is also described in RFC 6986. It is the competitor of NIST SHA-3 standard.

VeraCrypt uses only Streebog-512 which has an output size of 512 bits.

ange
path: root/src/Common/lzma/LzHash.h
blob: 2b6290b64c08f7eb44568a67e90abcf4a611f979 (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
28
29
30
31
32
33
34