From 3b01dc50ef1605105e41a2006b2a8aaec2c91fff Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 29 Jul 2020 14:41:00 -0400 Subject: [PATCH] Use unicode scalar field characters instead of LaTeX Co-authored-by: Daira Hopwood --- zebra-chain/src/commitments/sapling.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra-chain/src/commitments/sapling.rs b/zebra-chain/src/commitments/sapling.rs index 86ddb140..597dd44b 100644 --- a/zebra-chain/src/commitments/sapling.rs +++ b/zebra-chain/src/commitments/sapling.rs @@ -17,11 +17,11 @@ use crate::{ types::amount::{Amount, NonNegative}, }; -/// Generates a random scalar from the scalar field \mathbb{F}_r_𝕁. +/// Generates a random scalar from the scalar field 𝔽_{r_𝕁}. /// /// The prime order subgroup 𝕁^(r) is the order-r_𝕁 subgroup of 𝕁 after the /// Edwards cofactor h_𝕁 = 8 is factored out. This function is useful when -/// generating the uniform distribution on \mathbb{F}_r_𝕁 needed for Sapling +/// generating the uniform distribution on 𝔽_{r_𝕁} needed for Sapling /// commitment schemes' trapdoor generators. /// /// https://zips.z.cash/protocol/protocol.pdf#jubjub