Skip to content
Snippets Groups Projects
Commit 0a38b5a9 authored by Rohit Aggarwal's avatar Rohit Aggarwal
Browse files

Try out another curve

parent 4b4d3120
Branches
Tags
No related merge requests found
......@@ -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> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment