mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-12 09:01:29 +01:00
Compare commits
5 Commits
al-update-
...
v0.13.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c64f43b262 | ||
|
|
1867f842d3 | ||
|
|
e1072ecc7f | ||
|
|
3909b01993 | ||
|
|
d74e746a7f |
@@ -1,4 +1,4 @@
|
||||
## 0.13.0 (TBD)
|
||||
## 0.13.0 (2024-11-24)
|
||||
|
||||
- Fixed a bug in the implementation of `draw_integers` for `RpoRandomCoin` (#343).
|
||||
- [BREAKING] Refactor error messages and use `thiserror` to derive errors (#344).
|
||||
|
||||
@@ -2,7 +2,7 @@ use thiserror::Error;
|
||||
|
||||
use super::{NodeIndex, RpoDigest};
|
||||
|
||||
#[derive(Clone, Debug, Error, Eq, PartialEq)]
|
||||
#[derive(Debug, Error)]
|
||||
pub enum MerkleError {
|
||||
#[error("expected merkle root {expected_root} found {actual_root}")]
|
||||
ConflictingRoots {
|
||||
|
||||
Reference in New Issue
Block a user