dsprenkels / randombytes

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

Move CI to github actions and fix DWORD for CryptGenRandom #40

Closed thomwiggers closed 2 years ago

thomwiggers commented 2 years ago

Also patches Windows behaviour.

Note that I have only checked if the code changes for Windows compile, not if they produce output.

dsprenkels commented 2 years ago

@thomwiggers Thank you so much! :octopus: