/**

 *
 * 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 ED25519-specified point that is a generator for the

 *
 * Each non-identity point is represented as [Y - X, Y + X, 2dXY], where each
 * bignum is represented as a base 2**24 array of integers in little-endian
 * order.  The identity is represented by {@code null}.
 *
 * @type {!Array.<!Array.<Array.<!Array.<!number>>>>}
 */