1//go:build !go1.13 2// +build !go1.13 3 4package ed25519 5 6// PublicKey is the type of Ed25519 public keys. 7type PublicKey []byte