keybase / go-crypto

[mirror] Go supplementary cryptography libraries
https://godoc.org/golang.org/x/crypto
BSD 3-Clause "New" or "Revised" License
50 stars 20 forks source link

Fix EdDSA (signing is missing, signature packet doesn't parse) #46

Closed zapu closed 7 years ago

zapu commented 7 years ago

Just getting started, some non-passing tests for now.

zapu commented 7 years ago

Working now, but I want to move eddsa stuff to separate package or at least separate file.