|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.pqc.crypto.gmss.util.GMSSRandom
public class GMSSRandom
This class provides a PRNG for GMSS
Constructor Summary | |
---|---|
GMSSRandom(Digest messDigestTree2)
Constructor |
Method Summary | |
---|---|
byte[] |
nextSeed(byte[] outseed)
computes the next seed value, returns a random byte array and sets outseed to the next value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GMSSRandom(Digest messDigestTree2)
messDigestTree2
- Method Detail |
---|
public byte[] nextSeed(byte[] outseed)
outseed
- byte array in which ((1 + SEEDin +RAND) mod 2^n) will be
stored
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |