9 breaking releases

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

#25 in #secp256k1

Download history 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 603/week @ 2024-12-04 149/week @ 2024-12-11 49/week @ 2024-12-18 23/week @ 2025-01-01 61/week @ 2025-01-08 7/week @ 2025-01-15 1/week @ 2025-01-22 60/week @ 2025-02-05

74 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