cisco / go-hpke

Implementation of draft-irtf-cfrg-hpke
BSD 2-Clause "Simplified" License
30 stars 15 forks source link

Add Kyber #60

Open bifurcation opened 1 year ago

bifurcation commented 1 year ago

Since SIKE is now broken, we need a better example PQ integration.

bifurcation commented 1 year ago

@bwesterb suggested adding Kyber768. This led me to discover CIRCL's kem.Scheme abstraction, which made it pretty straightforward to add all three Kyber security levels.