diff options
author | Brent Cook <busterb@gmail.com> | 2022-03-15 16:11:05 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-03-15 16:11:05 -0500 |
commit | 15d1f01e0f36228c501584c858697203b34e835d (patch) | |
tree | 96d1c0332c3ce08784d3c7e0daa9ffb4b4f415ef /.gitignore | |
parent | a32554c65c41726737a8b457439e76cae61ff991 (diff) | |
download | portable-15d1f01e0f36228c501584c858697203b34e835d.tar.gz portable-15d1f01e0f36228c501584c858697203b34e835d.tar.bz2 portable-15d1f01e0f36228c501584c858697203b34e835d.zip |
add bn_mod_sqrt
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ tests/asn1time* | |||
67 | tests/asn1x509* | 67 | tests/asn1x509* |
68 | tests/bnaddsub* | 68 | tests/bnaddsub* |
69 | tests/bn_mod_exp2_mont* | 69 | tests/bn_mod_exp2_mont* |
70 | tests/bn_mod_sqrt* | ||
70 | tests/bn_rand_interval* | 71 | tests/bn_rand_interval* |
71 | tests/bn_to_string* | 72 | tests/bn_to_string* |
72 | tests/cipher* | 73 | tests/cipher* |