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