kriskwiatkowski / nobs

Implementation of cryptographic primitives in Go
Other
12 stars 2 forks source link

Use RDRAND #16

Closed kriskwiatkowski closed 3 years ago

kriskwiatkowski commented 5 years ago

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