dsprenkels / randombytes

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

Improve basic testing routines #18

Closed dsprenkels closed 5 years ago

dsprenkels commented 5 years ago

This PR adds basic testing. On Linux it allows for basic mocking using -wrap. Then we can hopefully prevent more issues like #17.