We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ecdsa
1 parent df20360 commit 3892580Copy full SHA for 3892580
k256/src/ecdsa.rs
@@ -28,6 +28,12 @@
28
//! Most users of this library who want to sign/verify signatures will want to
29
//! enable the `ecdsa` and `sha256` Cargo features.
30
//!
31
+//! ## Ethereum Support
32
+//!
33
+//! This crate natively supports Ethereum-style recoverable signatures.
34
+//! Please see the toplevel documentation of the [`recoverable`] module
35
+//! for more information.
36
37
//! ## Signing/Verification Example
38
39
//! This example requires the `ecdsa` and `sha256` Cargo features are enabled:
0 commit comments