Uses of Interface
org.bouncycastle.crypto.Xof
Packages that use Xof
Package
Description
Message digest classes.
This is a small portion of bouncycastle 1.80 for MLKEM, modified to reduce dependencies.
-
Uses of Xof in org.bouncycastle.crypto.digests
Classes in org.bouncycastle.crypto.digests that implement XofModifier and TypeClassDescriptionclassimplementation of SHAKE based on following KeccakNISTInterface.c from https://keccak.noekeon.org/ -
Uses of Xof in org.bouncycastle.pqc.crypto.mlkem
Methods in org.bouncycastle.pqc.crypto.mlkem with parameters of type XofModifier and TypeMethodDescription(package private) voidPoly.getNoiseEta2(Xof xof, byte[] seed, int seedOff, byte nonce) (package private) voidPoly.getNoiseEta3(Xof xof, byte[] seed, int seedOff, byte nonce)