Exemple #1
0
 /**
  * Determine window width to use for a scalar multiplication of the given size.
  *
  * @param bits the bit-length of the scalar to multiply by
  * @return the window size to use
  */
 protected virtual int GetWindowSize(int bits)
 {
     return(WNafUtilities.GetWindowSize(bits));
 }