public interface SP80090DRBG
int generate(byte[] output,
byte[] additionalInput,
boolean predictionResistant)
output - output array for generated bits.additionalInput - additional input to be added to the DRBG in this step.predictionResistant - true if a reseed should be forced, false otherwise.void reseed(byte[] additionalInput)
additionalInput - additional input to be added to the DRBG in this step.