Uses of Interface
org.bouncycastle.crypto.Xof
Packages that use Xof
Package
Description
-
Uses of Xof in org.bouncycastle.crypto.digests
Classes in org.bouncycastle.crypto.digests that implement XofModifier and TypeClassDescriptionclassclassImplementation of the eXtendable Output Function (XOF) BLAKE2xs.classBlake3 implementation.classCustomizable SHAKE function.static classKangarooTwelve.static classMarsupilamiFourteen.classParallelHash - a hash designed to support the efficient hashing of very long strings, by taking advantage of the parallelism available in modern processors with an optional XOF mode.classimplementation of SHAKE based on following KeccakNISTInterface.c from https://keccak.noekeon.org/classTupleHash - a hash designed to simply hash a tuple of input strings, any or all of which may be empty strings, in an unambiguous way with an optional XOF mode. -
Uses of Xof in org.bouncycastle.crypto.macs
Classes in org.bouncycastle.crypto.macs that implement Xof -
Uses of Xof in org.bouncycastle.math.ec.rfc8032
Methods in org.bouncycastle.math.ec.rfc8032 that return XofMethods in org.bouncycastle.math.ec.rfc8032 with parameters of type XofModifier and TypeMethodDescriptionstatic voidEd448.signPrehash(byte[] sk, int skOff, byte[] pk, int pkOff, byte[] ctx, Xof ph, byte[] sig, int sigOff) static voidEd448.signPrehash(byte[] sk, int skOff, byte[] ctx, Xof ph, byte[] sig, int sigOff) static booleanEd448.verifyPrehash(byte[] sig, int sigOff, byte[] pk, int pkOff, byte[] ctx, Xof ph) static booleanEd448.verifyPrehash(byte[] sig, int sigOff, Ed448.PublicPoint publicPoint, byte[] ctx, Xof ph)