From b23093ca66aeeda81bba1b2fb085cdfb7729c095 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 18 Mar 2021 10:29:52 -0400 Subject: [PATCH] Update zebra-chain/src/orchard/keys.rs Co-authored-by: teor --- zebra-chain/src/orchard/keys.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/orchard/keys.rs b/zebra-chain/src/orchard/keys.rs index f33ea73d6..d64c4deed 100644 --- a/zebra-chain/src/orchard/keys.rs +++ b/zebra-chain/src/orchard/keys.rs @@ -40,7 +40,7 @@ use super::sinsemilla::*; /// "Let FF1-AES256_K(tweak, x) be the FF1 format-preserving encryption /// algorithm using AES with a 256-bit key K, and parameters radix = 2, minlen = /// 88, maxlen = 88. It will be used only with the empty string "" as the -/// tweak. x is a sequence of 88bits, as is the output." +/// tweak. x is a sequence of 88 bits, as is the output." /// /// https://zips.z.cash/protocol/nu5.pdf#concreteprps #[allow(non_snake_case)]