Searched refs:wNAF (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/ec/
H A Dwnaf.c81 /* This file implements the wNAF-based interleaving multi-exponentation method
83 * for multiplication with precomputation, we use wNAF splitting
89 size_t blocksize; /* block size for wNAF splitting */
142 /* Determine the modified width-(w+1) Non-Adjacent Form (wNAF) of 'scalar'.
191 1); /* modified wNAF may be one digit longer than binary representation
213 #if 1 /* modified wNAF */
234 /* now window_val is 0 or 2^(w+1) in standard wNAF generation;
273 /* TODO: table should be optimised for the wNAF-based implementation,
297 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */
304 signed char **wNAF local
[all...]

Completed in 86 milliseconds