/**
*
* This file was generated by looking at the document
* in a web browser, and then copying its output.
*
* THIS IS A GENERATED FILE. DO NOT MODIFY.
*
* @author fy@google.com (Frank Yellin)
*/
/**
*
* The value of G_FastMultiply[i][j] gives the value of
* ((16 ** i) * j) * G
* where G is the NIST-specified point that is a generator for the
*
* Each non-infinite point is represented as [X, Y], where X and Y
* each represent a bignum as a base 2**24 array of integers in little-endian
* order. The point at infinity is represented by {@code null}.
*
* @type {!Array.<!Array.<Array.<!Array.<!number>>>>}
*/