dsprenkels / randombytes

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

Add functional test for windows #41

Open dsprenkels opened 2 years ago

dsprenkels commented 2 years ago

We are currently only testing the build for windows. We are not testing the functionality of randombytes.c on windows. We should add this to the CI pipeline. (See also #40)