Skip to content

Commit

Permalink
Apply suggestions for constant names
Browse files Browse the repository at this point in the history
  • Loading branch information
daira authored Dec 7, 2023
1 parent 14d806f commit 1349328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/prf_expand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ impl PrfExpand<()> {
pub const ORCHARD_NK: Self = Self::new(0x07);
pub const ORCHARD_RIVK: Self = Self::new(0x08);
pub const SAPLING_ZIP32_MASTER_DK: Self = Self::new(0x10);
pub const SAPLING_ZIP32_CHILD_ASK: Self = Self::new(0x13);
pub const SAPLING_ZIP32_CHILD_NSK: Self = Self::new(0x14);
pub const SAPLING_ZIP32_CHILD_I_ASK: Self = Self::new(0x13);
pub const SAPLING_ZIP32_CHILD_I_NSK: Self = Self::new(0x14);
pub const SAPLING_ZIP32_INTERNAL_NSK: Self = Self::new(0x17);
pub const SAPLING_ZIP32_INTERNAL_DK_OVK: Self = Self::new(0x18);
}
Expand All @@ -88,7 +88,7 @@ impl PrfExpand<[u8; 32]> {
pub const SAPLING_ZIP32_CHILD_DK: Self = Self::new(0x16);
}
impl PrfExpand<[u8; 33]> {
pub const ZIP316_TRANSPARENT_OVK: Self = Self::new(0xD0);
pub const TRANSPARENT_ZIP316_OVK: Self = Self::new(0xD0);
}
with_inputs!(a, A);

Expand Down

0 comments on commit 1349328

Please sign in to comment.