9 breaking releases
0.9.0 | Dec 6, 2024 |
---|---|
0.7.0 | Nov 5, 2024 |
0.2.0 | Jul 24, 2024 |
#23 in #secp256k1
1,020 downloads per month
Used in 19 crates
(9 directly)
62KB
1K
SLoC
essential-sign
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