static Uint8List crypto_core_hsalsa20( Uint8List out, Uint8List input, Uint8List k, Uint8List c) { _core_hsalsa20(out, input, k, c); return out; }