Skip to content

Issue csprng seed

Yuriy Polyakov requested to merge issue-csprng-seed into master

Increases the entropy of the seed for CSPRNG.

std::random_device is used for most cases. If there is an issue with random_device, a BLAKE2 hash based on time, thread id, and memory location is used.

Closes #34 (closed)

Merge request reports