open-quantum-safe / liboqs

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

Use explicit_memset if available. NetBSD has support for it: #1872

Closed loganaden closed 3 months ago

loganaden commented 4 months ago

https://man.netbsd.org/NetBSD-10.0/explicit_memset.3

Work done together with Ritesh Gomind & Ali Koheeallee from University of Mauritius RICRG while porting liboqs to NetBSD.

baentsch commented 4 months ago

Thanks for the contribution @loganaden and Team! NetBSD support surely is good. Would you be willing to make your work more "durable" by adding suitable CI for NetBSD to this project (and eventually, extending PLATFORMS.md)?

loganaden commented 4 months ago

@baentsch Yes. We will work on this.