freebsd-src/lib/libmp
Simon L. B. Nielsen 78078a569f Pass BN_CTX to internal functions instead of allocating it internally.
This allows msqrt() to only call BN_CTX_new() once intead of many times.

Suggested and reviewed by:	stefanf
2006-07-30 19:29:26 +00:00
..
libmp.3 Add a reference to bn(3) for those looking for functional multiprecision 2003-08-30 05:35:46 +00:00
Makefile Add missing shared library interdependencies. 2005-11-10 18:07:07 +00:00
mp.h Adjust for OpenSSL 0.9.7. 2003-01-28 23:03:15 +00:00
mpasbn.c Pass BN_CTX to internal functions instead of allocating it internally. 2006-07-30 19:29:26 +00:00