Lines Matching refs:more
87 release as well. This textbook is meant to compliment the project by providing a more solid walkthrough of the development
158 To make the system more powerful you can tweak the build process. Classes are defined in the file
441 Certain algorithms require more than one large integer. In these instances it is ideal to initialize all of the mp\_int
597 the array. If you need to perform an operation that requires more digits you will have to mp\_grow() the mp\_int to
1491 For more details consider examining the file \textit{bn\_mp\_exptmod\_fast.c}.
1529 form $2^k - p$ for $0 < p < \beta$. In this sense the unrestricted reductions are more flexible as they
1667 mp\_prime\_random() is more suitable for generating primes which must be secret (as in the case of RSA) since there