示例#1
0
 protected override void GenerateKeyStream(byte[] output)
 {
     ChachaCore(rounds, engineState, x);
     Pack.UInt32_To_LE(x, output, 0);
 }