Skip to content

Commit

Permalink
crypto: Bump blst to 0.3.12
Browse files Browse the repository at this point in the history
Improves RISC-V compatibility
  • Loading branch information
vapourismo committed Jun 21, 2024
1 parent 79ee1cf commit ce3002f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ parameterized by the lifetime of the input byte slice.
- `tezos_crypto_rs`: `PublicKeyWithHash::pk_hash` now returns `Self::Hash`
instead of `Result`.
- `PublicKeySignatureVerifier` now requires the explicitly correct signature kind for the given public key.
- Update `blst` dependency to `0.3.12` to improve RISC-V compatibility

### Deprecated

Expand Down
22 changes: 2 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ strum_macros = "0.20"
zeroize = { version = "1.5" }
ed25519-dalek = { version = "2.0.0", default-features = false }
cryptoxide = { version = "0.4.4", default-features = false, features = ["sha2", "blake2"] }
blst = { version = "=0.3.10", optional = true }
blst = { version = "0.3.12", optional = true }

proptest = { version = "1.1", optional = true }

Expand Down

0 comments on commit ce3002f

Please sign in to comment.