diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-05-27 10:21:40 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-05-27 10:25:56 +0200 |
commit | f4b310b23f276744a1616137810c2135c7d5f736 (patch) | |
tree | 9c240f76fe25ffb7975a847757f1399ae505b499 /src/Core/RandomNumberGenerator.h | |
parent | 40caafdb1be73ac645c75ef31cbbc32624b6eee3 (diff) | |
download | VeraCrypt-f4b310b23f276744a1616137810c2135c7d5f736.tar.gz VeraCrypt-f4b310b23f276744a1616137810c2135c7d5f736.zip |
Linux/macOS: explicitely initialize hash algo before hashing random pool
The lack of explicit hash initialization was causing issue with Blake2s
because it doesn't allow further processing once a digest value was
returned.
Other hash algorithms don't have this restriction.
Not we explicitely initialize all hash algorithms which is the correct
way to do things.
Diffstat (limited to 'src/Core/RandomNumberGenerator.h')
0 files changed, 0 insertions, 0 deletions