<PackageReference Include="SSH.NET" Version="2020.0.0-beta1" />

WNafUtilities

abstract class WNafUtilities
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(PreCompInfo preCompInfo)

public static ECPoint MapPointWithPrecomp(ECPoint p, int width, bool includeNegated, ECPointMap pointMap)

public static WNafPreCompInfo Precompute(ECPoint p, int width, bool includeNegated)