WNafUtilities abstract class WNafUtilities Documentation Code public static readonly string PRECOMP_NAME protected WNafUtilities() public static int[] GenerateCompactNaf(BigInteger k) public static int[] GenerateCompactWindowNaf(int width, BigInteger k) public static byte[] GenerateJsf(BigInteger g, BigInteger h) public static byte[] GenerateNaf(BigInteger k) public static byte[] GenerateWindowNaf(int width, BigInteger k) public static int GetNafWeight(BigInteger k) public static int GetWindowSize(int bits) public static int GetWindowSize(int bits, int[] windowSizeCutoffs) public static WNafPreCompInfo GetWNafPreCompInfo(ECPoint p) public static WNafPreCompInfo GetWNafPreCompInfo(PreCompInfo preCompInfo) public static ECPoint MapPointWithPrecomp(ECPoint p, int width, bool includeNegated, ECPointMap pointMap) public static WNafPreCompInfo Precompute(ECPoint p, int width, bool includeNegated)