Uses of Class
org.bouncycastle.pqc.crypto.gmss.util.GMSSRandom
-
Packages that use GMSSRandom Package Description org.bouncycastle.pqc.crypto.gmss -
-
Uses of GMSSRandom in org.bouncycastle.pqc.crypto.gmss
Methods in org.bouncycastle.pqc.crypto.gmss with parameters of type GMSSRandom Modifier and Type Method Description void
Treehash. update(GMSSRandom gmssRandom, byte[] leaf)
Calculates one update of the treehash instance, i.e.void
Treehash. updateNextSeed(GMSSRandom gmssRandom)
updates the nextSeed of this treehash instance one step needed for the schedulng of the seeds
-