pub static DOMAIN_SEPARATOR: Lazy<Fq>
Available on crate feature
internal
only.Expand description
The domain separator used for leaves in the tree, and used as a base index for the domain
separators of nodes in the tree (nodes get a domain separator of the form DOMAIN_SEPARATOR + HEIGHT
).