Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
varunthakore committed Oct 20, 2023
1 parent 79c4d0b commit d7538ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/sha512/src/sha512.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
//!
//! [SHA-512]: https://tools.ietf.org/html/rfc6234
// #![allow(clippy::many_single_char_names)]

use super::uint64::UInt64;
use bellpepper::gadgets::multieq::MultiEq;
use bellpepper_core::{boolean::Boolean, ConstraintSystem, SynthesisError};
Expand Down

0 comments on commit d7538ff

Please sign in to comment.