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

3 uses

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

	crypto/ed25519
		ed25519.go#L141: 	A.ToBytes(&publicKeyBytes)
		ed25519.go#L184: 	R.ToBytes(&encodedR)