http://idk.i2p/javadoc-i2p/com/southernstorm/noise/crypto/chacha20/ChaChaCore.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Method Details hash public static void hash (int[] output,
int[] input) Hashes an input block with ChaCha20. Parameters: output - The output block, which must contain at least 16
elements and must not overlap with the input. input - The input block, which must contain at least 16
elements. initKey256 public static void initKey256 (int[] output,
...