golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.17k stars 17.56k forks source link

crypto: add an easier to use crypto package #6912

Open agl opened 10 years ago

agl commented 10 years ago
The current interfaces are fine for implementing already specified protocols, but the
"I just want to encrypt" need is underserved.
minux commented 10 years ago

Comment 1:

Labels changed: added repo-main.

dsymonds commented 10 years ago

Comment 2:

Labels changed: added size-xl.

rsc commented 10 years ago

Comment 3:

A little late now. Isn't this what go.crypto/nacl is?

Labels changed: added release-go1.4, removed release-go1.3maybe.

dgryski commented 10 years ago

Comment 4:

And if not nacl, then keyczar? Although that seems overkill for the standard lib.
dgryski commented 10 years ago

Comment 5:

And if not nacl, then keyczar? Although that seems overkill for the standard lib.
rsc commented 10 years ago

Comment 6:

Labels changed: added release-none, removed release-go1.4.