Home | History | Annotate | Download | only in libtommath

Lines Matching refs:bbs

1520 BBS cryptographic purposes.  This reduction algorithm is useful for Diffie-Hellman and ECC where fixed
1649 This finds the next prime after $a$ that passes mp\_prime\_is\_prime() with $t$ tests. Set $bbs\_style$ to one if you
1655 int mp_prime_random(mp_int *a, int t, int size, int bbs,
1658 This will find a prime greater than $256^{size}$ which can be ``bbs\_style'' or not depending on $bbs$ and must pass