9 breaking releases

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

#24 in #secp256k1

Download history 126/week @ 2024-10-04 619/week @ 2024-10-11 384/week @ 2024-10-18 462/week @ 2024-10-25 556/week @ 2024-11-01 153/week @ 2024-11-08 194/week @ 2024-11-15 148/week @ 2024-11-22 229/week @ 2024-11-29 493/week @ 2024-12-06 137/week @ 2024-12-13 17/week @ 2024-12-20 6/week @ 2024-12-27 43/week @ 2025-01-03 35/week @ 2025-01-10 8/week @ 2025-01-17

92 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