crypto/ed25519/internal/edwards25519.ExtendedGroupElement.FromBytes (method)

2 uses

	crypto/ed25519/internal/edwards25519 (current package)
		edwards25519.go#L718: func (p *ExtendedGroupElement) FromBytes(s *[32]byte) bool {

	crypto/ed25519
		ed25519.go#L215: 	if !A.FromBytes(&publicKeyBytes) {