package
0.0.0-20210104091850-3888c087a4c8
Repository: https://github.com/teserakt-io/golang-ed25519.git
Documentation: pkg.go.dev

# Functions

PrivateKeyToCurve25519 converts an ed25519 private key into a corresponding curve25519 private key such that the resulting curve25519 public key will equal the result from PublicKeyToCurve25519.
PublicKeyToCurve25519 converts an Ed25519 public key into the curve25519 public key that would be generated from the same private key.