crypto/internal/fips140/edwards25519.Point.Bytes (method)

5 uses

	crypto/internal/fips140/edwards25519 (current package)
		edwards25519.go#L116: func (v *Point) Bytes() []byte {

	crypto/internal/fips140/ed25519
		ed25519.go#L108: 	copy(priv.pub[:], A.Bytes())
		ed25519.go#L253: 	kh.Write(R.Bytes())
		ed25519.go#L265: 	copy(signature[:32], R.Bytes())
		ed25519.go#L337: 	if !bytes.Equal(sig[:32], R.Bytes()) {