Codebase list libcryptx-perl / f608228
fix ltc_ecc_is_point memory leak Karel Miko 7 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 - maybe: switch yarrow > fortuna for Crypt::PK::*
1010 - maybe: add encode_b32/decode_b32
1111 - maybe: x509_rsa_pubkey + x509_rsa_pubkey_alg
12
13 0.041 2016/XX/XX
14 - ltc_ecc_is_point memory leak
1215
1316 0.040 2016/09/12
1417 - fix file permissions
6767 }
6868
6969 cleanup:
70 mp_clear_multi(prime, b, t1, t2, NULL);
70 mp_clear_multi(prime, a, b, t1, t2, NULL);
7171 return err;
7272 }
7373