add bn_mod_sqrt

This commit is contained in:
Brent Cook
2022-03-15 16:11:05 -05:00
parent a32554c65c
commit 15d1f01e0f
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@@ -67,6 +67,7 @@ tests/asn1time*
tests/asn1x509*
tests/bnaddsub*
tests/bn_mod_exp2_mont*
tests/bn_mod_sqrt*
tests/bn_rand_interval*
tests/bn_to_string*
tests/cipher*