Skip to content

Commit

Permalink
elliptic-curve: bump rand_core to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 23, 2025
1 parent 8137fa3 commit 5b2cfed
Show file tree
Hide file tree
Showing 10 changed files with 207 additions and 519 deletions.
222 changes: 170 additions & 52 deletions Cargo.lock

Large diffs are not rendered by default.

23 changes: 20 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,33 @@ members = [
"crypto",
"crypto-common",
"digest",
"elliptic-curve",
"kem",
"password-hash",
"signature_derive",
"universal-hash",
"signature",
]
exclude = [
"elliptic-curve",
]

[patch.crates-io]
signature = { path = "signature" }

# https://github.com/RustCrypto/hashes/pull/652
sha2 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
sha3 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }

# https://github.com/RustCrypto/MACs/pull/178
hmac = { git = "https://github.com/baloo/MACs.git", branch = "baloo/edition-2024" }

# https://github.com/RustCrypto/crypto-bigint/pull/762
# https://github.com/RustCrypto/crypto-bigint/pull/765
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }

# https://github.com/zkcrypto/ff/pull/122
ff = { git = "https://github.com/pinkforest/ff.git", branch = "bump-rand-core" }

# https://github.com/zkcrypto/group/pull/56
group = { git = "https://github.com/pinkforest/group.git", branch = "bump-rand-0.9" }

# https://github.com/RustCrypto/formats/pull/1666
sec1 = { git = "https://github.com/baloo/formats.git", branch = "baloo/sec1/edition-2024" }
Loading

0 comments on commit 5b2cfed

Please sign in to comment.