Docs.rs
bls-sig-cli-0.1.5
bls-sig-cli 0.1.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
10 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
sidx04
Dependencies
anyhow ^1.0.98
normal
ark-bls12-381 ^0.5.0
normal
ark-ec ^0.5.0
normal
ark-ff ^0.5.0
normal
ark-serialize ^0.5.0
normal
ark-std ^0.5.0
normal
clap ^4.5.40
normal
dirs ^6.0.0
normal
hex ^0.4.3
normal
hkdf ^0.12.4
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
sha2 ^0.10.9
normal
thiserror ^2.0.12
normal
Versions
36.11%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
core_verify
bls_
sig_
cli
0.1.5
In bls_
sig_
cli::
core
bls_sig_cli
::
core
Function
core_
verify
Copy item path
Source
pub fn core_verify( pk: &
PublicKey
, msg: &[
u8
], sig: &
Signature
, ) ->
Result
<
()
,
SignatureError
>