summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_mod_mul_montgomery.pod
AgeCommit message (Collapse)Author
2000-11-29Add a warning about the usage of the montgomery functions (if the inputsUlf Möller
are not reduced modulo m, the outputs won't be either).
2000-11-26modular arithmeticsBodo Möller
"make update"
2000-06-12typoUlf Möller
2000-04-06Clarifications.Bodo Möller
2000-02-05Use MONT_WORD macro to control if the word-based or the bignumUlf Möller
algorithm is used.
2000-01-27Update all links so they will be rendered better.Richard Levitte
2000-01-27Update comment from bn.hUlf Möller
2000-01-27Document DSA and SHA.Ulf Möller
New function BN_pseudo_rand(). Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when generating DSA primes (why not use BN_is_prime()?)
2000-01-27Small correction.Bodo Möller
2000-01-27New manpage.Ulf Möller