Implement Traits for Key Encapsulation
mberry opened this issue · 1 comments
mberry commented
Add public traits for keygen, encap and decap.
mberry commented
Would like to use RustCrypto KEM traits but for now don't want to pull in the GenericArray dependency by default.
Am happy to implement traits which mirror it with the same function signatures until they remove that dep. Probably best if it goes in pqc_core
instead for any other key encapsulation algo's to use too.