Skip to content

Commit

Permalink
Merge #163: Fix typo
Browse files Browse the repository at this point in the history
68bb539 Fix typo (GoodDaisy)

Pull request description:

ACKs for top commit:
  apoelstra:
    ACK 68bb539

Tree-SHA512: ba935bde9c3a5efab55af093bfc902379f0d63dc1fb0b534e4eb20c91f309bf41b16e987f3f3421cd6c9388abafb2700e79fb68e55195db7f5f8a1ebd5753056
  • Loading branch information
apoelstra committed Jan 5, 2024
2 parents 072be53 + 68bb539 commit c5c028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives/checksum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ pub trait PackedFe32: Copy + PartialEq + Eq + ops::BitXor<Self, Output = Self> {
/// add a new field element to the now-0 constant coefficient.
///
/// Takes the degree of the polynomial as an input; for checksum applications
/// this shoud basically always be `Checksum::CHECKSUM_WIDTH`.
/// this should basically always be `Checksum::CHECKSUM_WIDTH`.
fn mul_by_x_then_add(&mut self, degree: usize, add: u8) -> u8;
}

Expand Down

0 comments on commit c5c028e

Please sign in to comment.