Uses of Class
org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
Packages that use MLKEMEngine
Package
Description
This is a small portion of bouncycastle 1.80 for MLKEM, modified to reduce dependencies.
-
Uses of MLKEMEngine in org.bouncycastle.pqc.crypto.mlkem
Methods in org.bouncycastle.pqc.crypto.mlkem that return MLKEMEngineMethods in org.bouncycastle.pqc.crypto.mlkem with parameters of type MLKEMEngineModifier and TypeMethodDescriptionstatic voidPolyVec.pointwiseAccountMontgomery(Poly out, PolyVec inp1, PolyVec inp2, MLKEMEngine engine) Constructors in org.bouncycastle.pqc.crypto.mlkem with parameters of type MLKEMEngineModifierConstructorDescriptionMLKEMIndCpa(MLKEMEngine engine) Poly(MLKEMEngine engine) PolyVec(MLKEMEngine engine)