ECDSA SSH key support.
This commit is contained in:
@@ -20,6 +20,7 @@ pub trait ECCPoint : Sized {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug,PartialEq)]
|
||||
pub struct Point<T: EllipticCurve>
|
||||
{
|
||||
pub x: T::Signed,
|
||||
|
||||
Reference in New Issue
Block a user