File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -182,8 +182,6 @@ where
182
182
<<C as ecdsa:: elliptic_curve:: Curve >:: FieldBytesSize as Add >:: Output : ArrayLength < u8 > ,
183
183
{
184
184
fn try_sign ( & self , msg : & [ u8 ] ) -> Result < Signature < C > , signature:: Error > {
185
- println ! ( "try sign" ) ;
186
-
187
185
let msg = C :: Digest :: digest ( msg) ;
188
186
189
187
let bytes = self
Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ fn sign_verify() -> TestResult {
51
51
let priv_key_template = vec ! [
52
52
Attribute :: Token ( true ) ,
53
53
Attribute :: Private ( true ) ,
54
- //Attribute::KeyType(KeyType::EC),
55
- //Attribute::EcParams(secp256r1_oid),
56
- //Attribute::Sensitive(true),
57
- //Attribute::Extractable(false),
58
54
Attribute :: Sign ( true ) ,
59
55
Attribute :: Label ( label. to_vec( ) ) ,
60
56
] ;
You can’t perform that action at this time.
0 commit comments