- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Open
Description
PkeParams and  KemParams are not public which makes it impossible to do anything useful (i.e. add implementations) for the key types ml_kem::kem::{EncapsulationKey, DecapsulationKey}
i.e. It is extremely unwieldy to do something like:
impl<P> Decapsulate<KEncodedCiphertext<P>, SharedKey<P>> for ml_kem::kem::DecapsulationKey<P>
where
    P: KemCore + EncodingSize + ParameterSet,
...Metadata
Metadata
Assignees
Labels
No labels