tendermint / go-crypto

DEPRECATED: Merged into https://github.com/tendermint/tendermint under `crypto`
Other
44 stars 32 forks source link

Specify where we got the xchacha20 implementation #120

Closed ValarDragon closed 6 years ago

ValarDragon commented 6 years ago

Currently I can't tell where we got our current xchacha20 implementation from. Did we write it all ourselves? I suspect not, since there is a MIT license in the middle of the file. We didn't get it from libsodium (as far as I can tell), since their license is ISC.

Can we add a doc.go file to the xchacha20 folder specifying where we got the code from (Or at least the MIT licensed part)?

ValarDragon commented 6 years ago

Closed by #135