veorq / cryptocoding

Guidelines for low-level cryptography software
1.11k stars 90 forks source link

Mistype: extra slash after /dev/urandom #8

Closed dgpv closed 5 years ago

dgpv commented 5 years ago

In this sentence:

For example, on a Unix platform it would use `/dev/urandom/` and the RDRAND/RDSEED instructions, if available, among others.

The slash after urandom is an obvious mistype

veorq commented 5 years ago

fixed in https://github.com/veorq/cryptocoding/commit/fb22bb500f4c3dae58bfd3aedb500cb58b07cf79, thanks!