Sample program
Opened this issue · 3 comments
neuegram commented
I just noticed this sample program that was submitted in an issue to the official libsodium repo and I thought it'd be a good thing to implement in Go. Here's the gist.
DaveAppleton commented
I tried to get a simple crypto_box example working. Seems to encrypt but not decrypt.
Can anybody help see what is wrong?
neuegram commented
I'm not sure of the condition of this repo, so I'd suggest using https://godoc.org/golang.org/x/crypto/nacl for now.
DaveAppleton commented
Thanks...