9 breaking releases

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

#23 in #secp256k1

Download history 153/week @ 2024-09-02 99/week @ 2024-09-09 142/week @ 2024-09-16 120/week @ 2024-09-23 286/week @ 2024-09-30 243/week @ 2024-10-07 809/week @ 2024-10-14 90/week @ 2024-10-21 514/week @ 2024-10-28 523/week @ 2024-11-04 241/week @ 2024-11-11 61/week @ 2024-11-18 166/week @ 2024-11-25 558/week @ 2024-12-02 155/week @ 2024-12-09 128/week @ 2024-12-16

1,020 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