This PR brings (preliminary) support for hybrid post-quantum + elliptic curve KEMs and signatures. The hybrid serialization formats broadly follow the one used in oqs-provider.
Things that would still need work:
collecting/commiting to oids, especially for the hybrid algorithms
extending the hybridization logic to RSA+PQ hybrids
checking interoperability with other libraries implementing hybridization (eg. oqs-provider)
change serialization formats to possible (unknown to me) "under standardization" methods
This PR brings (preliminary) support for hybrid post-quantum + elliptic curve KEMs and signatures. The hybrid serialization formats broadly follow the one used in oqs-provider. Things that would still need work: