Skip to content

Commit

Permalink
update v1.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhi committed Jul 5, 2024
1 parent e0a7af9 commit 53ff2ca
Show file tree
Hide file tree
Showing 11 changed files with 304 additions and 91 deletions.
198 changes: 191 additions & 7 deletions Cargo.lock

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

10 changes: 9 additions & 1 deletion crates/bls48581/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@ hex = "0.4.3"
serde_json = "1.0.117"
uniffi = { version= "0.25", features = ["cli"]}

[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
rand = "0.8.5"

[build-dependencies]
uniffi = { version = "0.25", features = [ "build" ] }
uniffi = { version = "0.25", features = [ "build" ] }

[[bench]]
name = "bench_bls"
harness = false
Loading

0 comments on commit 53ff2ca

Please sign in to comment.