pq-crystals / dilithium

Other
374 stars 136 forks source link

elim unused param and use getrandom API. #48

Open mariaschopp opened 3 years ago

mariaschopp commented 3 years ago

The function randombytes_init included an unused parameter which has been removed. In 2017, glibc added an API call for getrandom. This update checks the glibc version and uses the getrandom API call if available instead of making a syscall.