This commit is contained in:
jonesmarvin8 2026-03-20 11:21:16 -04:00 committed by Marvin Jones
parent 6243d08f92
commit 6f74da19f9

View File

@ -79,7 +79,6 @@ impl PrivateKey {
.add(&k256::Scalar::from_repr(hashed.into()).expect("Expect a valid k256 scalar"))
.to_bytes()
.into(),
>>>>>>> b2e99c4a (clippy fixes):nssa/src/signature/private_key.rs
)
}
}