You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for ML-KEM
* clang-format
* Add testing of ML-KEM
* Specuatively enable OQS for OpenSSL 3 and BoringSSL
* Update build configuration to work for OpenSSL 3 and BoringSSL
* Add implementations using OpenSSL3 and BoringSSL
* Remove BoringSSL support because of missing SHAKE256
* clang-format
* CI fixes
* Test against the HPKE PQ test vectors
* Pass test vectors
* clang-format
* Change config order to avoid imposing flags on libOQS
* Use liboqs from environment instead of vendored version
* Use vcpkg for libOQS
* Revert hack changes
* Build interop tests with OpenSSL 3
* More hybrid KEM implementation
* Add SHA3_256
* Factor out SHAKE256
* More hybrid KEM implementation
* Add support for hybrid KEMs
* Add PQ test vectors
* clang-format
* Get rid of strlen
* Add a flag to disable PQ and use it consistently
* clang-format
* Add missing comma
* Fix CI issue
* More integer conversions
0 commit comments