Registry / crypto / chia-bls

chia-bls

JSON →
library0.44.0rscratesunverified

BLS signature, verification and aggregation functions for the Chia blockchain

# Cargo.toml [dependencies] chia-bls = "0.44.0"
INSTALL
IMPORT
SIG · CHIA-BLS
C
chia-bls
cryptorustv0.44.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PublicKey
use chia_bls::PublicKey;

Create a BLS public key from bytes.

use chia_bls::PublicKey; fn main() { let pk = PublicKey::from_bytes(&[0u8; 48]).unwrap(); println!("Public key created"); }
Debug
Known issues
gotchaRequires the 'bls' feature flag for full functionality
fix
Add features = ["bls"] to your Cargo.toml dependency
affects: >=0.44.0
Upgrade
Version history
0.44.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
Resources
chia-bls — cargo add chia-bls · libregistry