chore: update crate version v0.10.3

This commit is contained in:
Bobbin Threadbare 2024-09-26 09:37:34 -07:00
parent 8adc0ab418
commit 876d1bf97a
No known key found for this signature in database
GPG key ID: 289C444AD87BC941
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
## 0.10.3 (2024-09-25)
* Implement `get_size_hint` for `Smt` (#331).
## 0.10.2 (2024-09-25)
* Implement `get_size_hint` for `RpoDigest` and `RpxDigest` and expose constants for their serialized size (#330).

2
Cargo.lock generated
View file

@ -519,7 +519,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "miden-crypto"
version = "0.10.2"
version = "0.10.3"
dependencies = [
"blake3",
"cc",

View file

@ -1,12 +1,12 @@
[package]
name = "miden-crypto"
version = "0.10.2"
version = "0.10.3"
description = "Miden Cryptographic primitives"
authors = ["miden contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xPolygonMiden/crypto"
documentation = "https://docs.rs/miden-crypto/0.10.2"
documentation = "https://docs.rs/miden-crypto/0.10.3"
categories = ["cryptography", "no-std"]
keywords = ["miden", "crypto", "hash", "merkle"]
edition = "2021"