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
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.
Add public traits for keygen, encap and decap.
The text was updated successfully, but these errors were encountered: