Lines Matching refs:NN
155 **NOTE**: handling 4096 bits NN numbers must be explicitly configured at compilation
200 * **libarith.a**: this library contains the Natural Numbers (NN) and Finite field over primes
293 Since it is possible to use libecc as a NN (**positive** Natural Numbers), Fp (Finite field over pr…
300 * NN layer examples:
328 …ecc/libsig.h](include/libecc/libsig.h): they are respectively used for the NN and Fp arithmetic la…
338 GOSTR34-10-94). Beware that for these signatures, you will have to expand the NN size to bigger val…
339 will need a size of at least 4096 bits for NN, see how to expand the size in the documentation [her…
346 ### Building the NN and Fp arithmetic tests
348 libecc is provided with arithmetic random tests for the low level NN and Fp routines (addition, sub…
357 NN, over Fp, ...).
437 code around the NN and Fp arithmetic layers. The user will be stuck with a hard coded maximum size …
442 libecc provides a way to **overload the NN maximum size**, with a strong limit depending on the wor…
445 the NN size, the user will have to define the macro `USER_NN_BIT_LEN`, either directly in
449 **NOTE**: objects and binaries compiled with different word sizes and/or user defined NN maximum bi…
1191 >well as pretty printing functions for our NN, Fp and curves layers.
1198 operations over NN and Fp more specifically [10]:
1214 Some examples to help the user interact with the NN, Fp and cruves layers
1219 >User examples for each of the NN, Fp and curves layers. These
1281 | NN natural [2] | <------+ Machine related |