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#L136: func NewPublicKey(pub []byte) (*PublicKey, error) {
ed25519.go#L137: p := &PublicKey{}
ed25519.go#L141: func newPublicKey(pub *PublicKey, pubBytes []byte) (*PublicKey, error) {
ed25519.go#L258: func Verify(pub *PublicKey, message, sig []byte) error {
ed25519.go#L262: func verify(pub *PublicKey, message, sig []byte) error {
ed25519.go#L268: func VerifyPH(pub *PublicKey, message []byte, sig []byte, context string) error {
ed25519.go#L280: func VerifyCtx(pub *PublicKey, message []byte, sig []byte, context string) error {
ed25519.go#L290: func verifyWithDom(pub *PublicKey, message, sig []byte, domPrefix, context string) error {