Skip to content

Commit

Permalink
fix: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Dec 11, 2024
1 parent 8c67eeb commit 4de39ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Fixed a bug in the implementation of `draw_integers` for `RpoRandomCoin` (#343).
- [BREAKING] Refactor error messages and use `thiserror` to derive errors (#344).
- [BREAKING] Updated Winterfell dependency to v0.11 (#346).
- Added RPO-STARK based DSA (#349).

## 0.12.0 (2024-10-30)

Expand Down
2 changes: 1 addition & 1 deletion src/dsa/rpo_stark/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pub use stark::{PublicInputs, RescueAir};

#[cfg(test)]
mod tests {
use crate::Word;
use super::SecretKey;
use crate::Word;

#[test]
fn test_signature() {
Expand Down
1 change: 0 additions & 1 deletion src/dsa/rpo_stark/signature/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use crate::{
hash::{rpo::Rpo256, DIGEST_SIZE},
Word,
};

#[cfg(feature = "std")]
use crate::{StarkField, ZERO};

Expand Down

0 comments on commit 4de39ad

Please sign in to comment.