aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-03-15 16:11:05 -0500
committerBrent Cook <busterb@gmail.com>2022-03-15 16:11:05 -0500
commit15d1f01e0f36228c501584c858697203b34e835d (patch)
tree96d1c0332c3ce08784d3c7e0daa9ffb4b4f415ef /.gitignore
parenta32554c65c41726737a8b457439e76cae61ff991 (diff)
downloadportable-15d1f01e0f36228c501584c858697203b34e835d.tar.gz
portable-15d1f01e0f36228c501584c858697203b34e835d.tar.bz2
portable-15d1f01e0f36228c501584c858697203b34e835d.zip
add bn_mod_sqrt
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ecf729c..d8ba349 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,6 +67,7 @@ tests/asn1time*
67tests/asn1x509* 67tests/asn1x509*
68tests/bnaddsub* 68tests/bnaddsub*
69tests/bn_mod_exp2_mont* 69tests/bn_mod_exp2_mont*
70tests/bn_mod_sqrt*
70tests/bn_rand_interval* 71tests/bn_rand_interval*
71tests/bn_to_string* 72tests/bn_to_string*
72tests/cipher* 73tests/cipher*