spped-of-sign-and-verify

This commit is contained in:
Gorachya
2019-05-06 20:05:21 -07:00
parent e963f6fea1
commit 4d55e7b963
12 changed files with 258 additions and 6 deletions

View File

@@ -2659,6 +2659,7 @@ int rate_pairing(fp12_t r, const point_t *Q, const EC_POINT *P, BN_CTX *ctx)
BN_free(xP);
BN_free(yP);
EC_GROUP_clear_free(group);
return ret;
}