dsprenkels / randombytes

A portable C library for generating cypto-secure random bytes
MIT License
96 stars 37 forks source link

readme: Add FAQ on bindings #10

Closed dsprenkels closed 6 years ago

dsprenkels commented 6 years ago

Add a note in the README.md that this libary is not intended to be called by platforms like Python/Node.js, because they have their own way of generating random data.