crypto/ed25519/internal/edwards25519.Scalar.Bytes (method)

2 uses

	crypto/ed25519/internal/edwards25519 (current package)
		scalar.go#L151: func (s *Scalar) Bytes() []byte {

	crypto/ed25519
		ed25519.go#L178: 	copy(signature[32:], S.Bytes())