Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:making

158 On top of making the build simple and the API approachable I've also attempted for a reasonably high level of
172 that for the PRNG needs within the library (\textit{e.g. making a RSA key}). All the developer has to do
546 keys (mainly for test vectors anyways). Ideally, your application should be making at least 256 bit keys. This is not
3015 printf("Error making key: %s\n", error_to_string(err));
3046 printf("Error making key: %s\n", error_to_string(err));
4890 When making random primes the trial division step is in fact an optimized implementation of \textit{Implementation of Fast RSA Key Generation on Smart Cards}\footnote{Chenghuai Lu, Andre L. M. dos Santos and Francisco R. Pimentel}.
5148 Note that \textbf{EXTRALIBS} is not required if you are only making and installing the static library but none of the test programs.