package
0.0.0-20191113032148-3606b63ab30f
Repository: https://github.com/phenixchain/devchain.git
Documentation: pkg.go.dev
# Packages
Package edwards25519 将edwards25519中的差异代码移动到本处进行差异化管理
*/.
# Functions
GenerateKey generates a public/private key pair using randomness from rand.
MakePublicKey makes a publicKey from the first half of privateKey.
Sign signs the message with privateKey and returns a signature.
Verify returns true iff sig is a valid signature of message by publicKey.