kriskwiatkowski / nobs

Implementation of cryptographic primitives in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use RDRAND

kriskwiatkowski opened this issue · comments

On x86 there is RDSEED instruction available. Why not to use it...

Just as a side note: seems some library (i.e. boringssl) use it. bssl also has ctr-drbg