We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4864a33 commit 27b3e92Copy full SHA for 27b3e92
src/ecdsa/mod.rs
@@ -1,4 +1,5 @@
1
//! Structs and functionality related to the ECDSA signature algorithm.
2
+//!
3
4
#[cfg(feature = "recovery")]
5
mod recovery;
src/scalar.rs
@@ -4,6 +4,7 @@
//! points. The most common type of scalars are private keys. However not all scalars are private
//! keys. They can even be public *values*. To make handling them safer and easier this module
6
//! provides the `Scalar` type and related.
7
8
9
use core::fmt;
10
src/schnorr.rs
@@ -1,4 +1,3 @@
-//! # schnorrsig
//! Support for Schnorr signatures.
//!
0 commit comments