Skip to content

Commit 1a1e602

Browse files
committed
remove generic Signer struct
1 parent 9bff06d commit 1a1e602

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ecdsa/src/impl_signature_trait.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ pub mod signers {
8888

8989
use crate::p256::Nonce;
9090

91-
/// A convenience struct for signature scheme functionality.
92-
///
93-
/// The `DigestAlg` types that are accepted are [`Sha256`](libcrux_sha2::Sha256), [`Sha384`](libcrux_sha2::Sha384), and [`Sha512`](libcrux_sha2::Sha512).
94-
pub struct Signer<DigestAlg> {
95-
_phantom_data: core::marker::PhantomData<DigestAlg>,
96-
}
97-
9891
impl_signature_trait!(
9992
Sha256,
10093
Signer_Sha2_256,

0 commit comments

Comments
 (0)