mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-11 08:35:34 +00:00
bench: move to blah-types and add for sign/verify
This commit is contained in:
parent
2fe8dfdab7
commit
82f69eb96a
4 changed files with 57 additions and 11 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -271,6 +271,7 @@ version = "0.0.0"
|
|||
dependencies = [
|
||||
"bitflags",
|
||||
"bitflags_serde_shim",
|
||||
"criterion",
|
||||
"ed25519-dalek",
|
||||
"expect-test",
|
||||
"hex",
|
||||
|
@ -281,6 +282,7 @@ dependencies = [
|
|||
"serde_jcs",
|
||||
"serde_json",
|
||||
"serde_with",
|
||||
"sha2",
|
||||
"thiserror",
|
||||
"url",
|
||||
]
|
||||
|
@ -311,7 +313,6 @@ dependencies = [
|
|||
"axum-extra",
|
||||
"blah-types",
|
||||
"clap",
|
||||
"criterion",
|
||||
"ed25519-dalek",
|
||||
"futures-util",
|
||||
"hex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue