dsprenkels / randombytes

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

Make randombytes.h compatible with C++ inclusion #24

Closed niekbouman closed 5 years ago

niekbouman commented 5 years ago

This is useful for people who want to use your function from C++.

dsprenkels commented 5 years ago

Thank you!