Commit 0a38b5a9 authored by Rohit Aggarwal's avatar Rohit Aggarwal
Browse files

Try out another curve

parent 4b4d3120
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ mod test {
    use ec::EcGroup;
    use super::*;

    static CURVE_IDENTIFER: Nid = Nid::X9_62_PRIME192V1;
    static CURVE_IDENTIFER: Nid = Nid::X9_62_C2TNB191V1;
    static DGST_LEN: i32 = 20;

    fn get_public_key(group: &EcGroup, x: &EcKey<Private>) -> Result<EcKey<Public>, ErrorStack> {