WIP - nothing to see here
npm install hchacha20
Reference for hchacha20:
Needed to implement: https://github.com/jedisct1/libsodium/blob/927dfe8e2eaa86160d3ba12a7e3258fbc322909c/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c#L121-L144
Reference for hsalsa20:
WAT: https://github.com/mafintosh/xsalsa20/blob/master/xsalsa20.wat#L173
const hchacha20 = require('hchacha20')
MIT