Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:bignum

204       -- Added ltc_mp checks in all *_make_key() and *_import() which will help catch newbs who don't register their bignum first :-)
297 -- Added SHORT_INTEGER so users can easily store DER encoded INTEGER types without using the bignum math library
458 -- Added DER for bignum support
653 -- Merge all of the INPUT/OUTPUT BIGNUM macros (less toc) into mycrypt_pk.h
880 so they export as "unsigned" types saving 1 byte per bignum outputted. Not a lot but heck why not.
903 step and the "rand_prime" function uses a modified sieve that avoids alot of un-needed bignum work.
1334 -- Memory leaks found and correct in all three PK routines. The leaks would occur when a bignum
1341 -- ***HUGE*** changes in the PK code. I check all return values in the bignum code so if there
1454 v0.12 -- Imported a new version of MPI [the bignum library] that should
1455 be a bit more stable [if you want to write your own bignum