9 breaking releases

new 0.9.0 Dec 6, 2024
0.7.0 Nov 5, 2024
0.2.0 Jul 24, 2024

#708 in Magic Beans

Download history 500/week @ 2024-08-21 192/week @ 2024-08-28 158/week @ 2024-09-04 98/week @ 2024-09-11 125/week @ 2024-09-18 311/week @ 2024-09-25 95/week @ 2024-10-02 459/week @ 2024-10-09 572/week @ 2024-10-16 292/week @ 2024-10-23 585/week @ 2024-10-30 261/week @ 2024-11-06 230/week @ 2024-11-13 92/week @ 2024-11-20 166/week @ 2024-11-27 560/week @ 2024-12-04

1,058 downloads per month
Used in 19 crates (9 directly)

Apache-2.0

62KB
1K SLoC

essential-sign

Crates.io Documentation license Build Status

Public key cryptography for the Essential ecosystem.


lib.rs:

A minimal crate providing Essential's generic signing, verification and public key recovery functions implemented using secp256k1 and the essential_hash crate.

Signing Hashes

In cases where the Hash (or ContentAddress) is already known, the following are more efficient as they avoid hashing a second time:

Dependencies

~6.5MB
~86K SLoC