github.com/cloudflare/circl@v1.5.0/sign/ed25519/pubkey112.go (about) 1 //go:build !go1.13 2 // +build !go1.13 3 4 package ed25519 5 6 // PublicKey is the type of Ed25519 public keys. 7 type PublicKey []byte