kriskwiatkowski / nobs

Implementation of cryptographic primitives in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use AES_CRT_DRBG for SIDH benchmarking

kriskwiatkowski opened this issue · comments

Currently SIDH/SIKE uses "crypto/rand" as a source of randomness - this is done even in benchmarking.
"crypto/rand" does weird mutexing when accessing randomness source. This may influence benchmark results.