Skip to content

Commit

Permalink
Merge pull request #69 from trilitech/ole@blst-riscv
Browse files Browse the repository at this point in the history
crypto: Bump blst to 0.3.12
  • Loading branch information
vapourismo authored Jun 24, 2024
2 parents 79ee1cf + b69f719 commit 51f402b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: matrix.sanitizer == 'address'
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2022-07-20
toolchain: nightly-2024-06-21
- name: Settings for cargo in Linux
if: matrix.sanitizer == 'address'
run: |
Expand Down
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
37 changes: 6 additions & 31 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 51f402b

Please sign in to comment.