[go-nuts] Re: Go NaCl and C NaCl/libsodium

2019-07-13 Thread B Carr
Okay, I think I understand now. Ian intimates that support for "native client" is going away after Go v1.13. But support for the crypto/nacl package is remaining. Have I got that right? Thanks for explaining. -- You received this message because you are subscribed to the Google Groups "golan

[go-nuts] Re: Go NaCl and C NaCl/libsodium

2019-07-13 Thread Manlio Perillo
On Saturday, July 13, 2019 at 6:28:25 AM UTC+2, mike wrote: > > Does anyone have any sample code which shows interoperability between Go's > golang.org/x/crypto/nacl/box and C's NaCl or libsodium? I have been > having trouble boxing with Go and opening with NaCl (and vice versa). I > have used N