Class GMSSRandom
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.gmss.util.GMSSRandom
-
public class GMSSRandom extends java.lang.Object
This class provides a PRNG for GMSS
-
-
Constructor Summary
Constructors Constructor Description GMSSRandom(Digest messDigestTree2)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
nextSeed(byte[] outseed)
computes the next seed value, returns a random byte array and sets outseed to the next value
-
-
-
Constructor Detail
-
GMSSRandom
public GMSSRandom(Digest messDigestTree2)
Constructor- Parameters:
messDigestTree2
-
-
-