Use math notation for ValueCommit^Orchard

This commit is contained in:
Daira Hopwood 2022-09-19 14:49:16 +01:00 committed by GitHub
parent 158f3e6e71
commit 47004ee87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ impl<'a> Sum<&'a ValueCommitment> for ValueCommitment {
}
impl ValueCommitment {
/// Derives a `ValueCommitment` by ValueCommit^Orchard.
/// Derives a `ValueCommitment` by $\mathsf{ValueCommit^{Orchard}}$.
///
/// Defined in [Zcash Protocol Spec § 5.4.8.3: Homomorphic Pedersen commitments (Sapling and Orchard)][concretehomomorphiccommit].
///