ECDSA signatures and public keys in CTAP (#358)
* ECDSA signatures and public keys in CTAP * adds one constant usage * documents pub functions in ECDSA * typo: involved * extends wrong length test
This commit is contained in:
@@ -120,7 +120,6 @@ impl PointP256 {
|
||||
}
|
||||
|
||||
// Computes n1*G + n2*self
|
||||
#[cfg(feature = "std")]
|
||||
pub fn points_mul(&self, n1: &ExponentP256, n2: &ExponentP256) -> PointP256 {
|
||||
let p = self.to_affine();
|
||||
let p1 = PointProjective::scalar_base_mul(n1);
|
||||
|
||||
Reference in New Issue
Block a user