Searched refs:test_ecdsa (Results 1 – 3 of 3) sorted by relevance
70 static void test_ecdsa(void) in test_ecdsa() function207 test_ecdsa(); in main()
72 fn test_ecdsa() { in test_ecdsa() function73 ag_test::test_ecdsa(&crate::BoringEcDsa); in test_ecdsa()
272 pub fn test_ecdsa<E: EcDsa>(ecdsa: &E) { in test_ecdsa() function