golang-ed25519-dev

Go implementation of the ed25519 signature algorithm
  https://github.com/agl/ed25519
  0
  no reviews



Ed25519 is a public-key signature system based on elliptic-curve cryptography, carefully engineered at several levels of design and implementation to achieve very high speeds without compromising security.

this package contains the source of a go implementation.