Function HashDRBGStream.read

Fills the buffer with random values using the Hash_DRBG algorithm.

Prototypes

void read(
  ubyte[] buf
);

void read(
  ubyte[] buf,
  ubyte[] overrideExtraInput
);

void read(
  ubyte[] buf,
  Flag!"PredictionResistance" overridePredictionResistance
);

void read(
  ubyte[] buf,
  Flag!"PredictionResistance" overridePredictionResistance,
  ubyte[] overrideExtraInput
);

overridePredictionResistance

Override this.predictionResistance setting for this call only.

overrideExtraInput

Override this.extraInput setting for this call only.

Authors

Copyright

License