open-quantum-safe / liboqs

C library for prototyping and experimenting with quantum-resistant cryptography
https://openquantumsafe.org/
Other
1.87k stars 459 forks source link

Refactor API into public and internal #341

Closed dstebila closed 6 years ago

dstebila commented 6 years ago

Right now some functions listed in our "public API files" are actually internal functions (e.g., OQS_randombytes, print functions/macros, etc. We should clearly separate the header files containing public API functions and internal functions.

dstebila commented 6 years ago

Resolved by #414