Il giorno martedì 10 gennaio 2017 16:38:40 UTC+1, Manlio Perillo ha scritto: > > Hi. > > I need an high level crypto package, and x/crypto/nacl seems a good > solution. > However It only supports authenticated encryption. > What about authentication (http://nacl.cr.yp.to/auth.html) ? > > Surely, compared to authenticated encryption, authentication is simple to > implement. > However I would like to avoid having to implement and maintain my own > crypt package. > > I have another important question about nacl.
The original implementation of NaCl offers several implementations of the same function, with a default one. However, the Go implementation only offers the default implementation. What will happen when, in future, the default implementation in NaCl will be considered insecure? Thanks Manlio -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.