Add golang.org/x/crypto/ed25519

This commit is contained in:
Alexander Neumann
2016-09-15 22:36:49 +02:00
parent 0ce8191be5
commit 8144cd24d6
6 changed files with 3564 additions and 0 deletions

7
vendor/manifest vendored
View File

@@ -56,6 +56,13 @@
"branch": "master",
"path": "/curve25519"
},
{
"importpath": "golang.org/x/crypto/ed25519",
"repository": "https://go.googlesource.com/crypto",
"revision": "81372b2fc2f10bef2a7f338da115c315a56b2726",
"branch": "master",
"path": "/ed25519"
},
{
"importpath": "golang.org/x/crypto/pbkdf2",
"repository": "https://go.googlesource.com/crypto",