type crypto/internal/fips140/ed25519.PublicKey

12 uses

	crypto/internal/fips140/ed25519 (current package)
		cast.go#L41: func verifyWithoutSelfTest(pub *PublicKey, message, sig []byte) error {
		ed25519.go#L52: type PublicKey struct {
		ed25519.go#L57: func (pub *PublicKey) Bytes() []byte {
		ed25519.go#L149: func NewPublicKey(pub []byte) (*PublicKey, error) {
		ed25519.go#L150: 	p := &PublicKey{}
		ed25519.go#L154: func newPublicKey(pub *PublicKey, pubBytes []byte) (*PublicKey, error) {
		ed25519.go#L271: func Verify(pub *PublicKey, message, sig []byte) error {
		ed25519.go#L275: func verify(pub *PublicKey, message, sig []byte) error {
		ed25519.go#L281: func VerifyPH(pub *PublicKey, message []byte, sig []byte, context string) error {
		ed25519.go#L293: func VerifyCtx(pub *PublicKey, message []byte, sig []byte, context string) error {
		ed25519.go#L303: func verifyWithDom(pub *PublicKey, message, sig []byte, domPrefix, context string) error {