Property | Type | Description | |
---|---|---|---|
PRECOMP_NAME | string |
Method | Description | |
---|---|---|
GenerateCompactNaf ( BigInteger k ) : int[] | ||
GenerateCompactWindowNaf ( int width, BigInteger k ) : int[] | ||
GenerateJsf ( BigInteger g, BigInteger h ) : byte[] | ||
GenerateNaf ( BigInteger k ) : byte[] | ||
GenerateWindowNaf ( int width, BigInteger k ) : byte[] | ||
GetNafWeight ( BigInteger k ) : int | ||
GetWNafPreCompInfo ( ECPoint p ) : |
||
GetWNafPreCompInfo ( PreCompInfo preCompInfo ) : |
||
GetWindowSize ( int bits ) : int | ||
GetWindowSize ( int bits, int windowSizeCutoffs ) : int | ||
MapPointWithPrecomp ( ECPoint p, int width, bool includeNegated, ECPointMap pointMap ) : ECPoint | ||
Precompute ( ECPoint p, int width, bool includeNegated ) : |
Method | Description | |
---|---|---|
ResizeTable ( ECPoint a, int length ) : ECPoint[] | ||
Trim ( byte a, int length ) : byte[] | ||
Trim ( int a, int length ) : int[] |
public static GenerateCompactNaf ( BigInteger k ) : int[] | ||
k | BigInteger | |
return | int[] |
public static GenerateCompactWindowNaf ( int width, BigInteger k ) : int[] | ||
width | int | |
k | BigInteger | |
return | int[] |
public static GenerateJsf ( BigInteger g, BigInteger h ) : byte[] | ||
g | BigInteger | |
h | BigInteger | |
return | byte[] |
public static GenerateNaf ( BigInteger k ) : byte[] | ||
k | BigInteger | |
return | byte[] |
public static GenerateWindowNaf ( int width, BigInteger k ) : byte[] | ||
width | int | |
k | BigInteger | |
return | byte[] |
public static GetNafWeight ( BigInteger k ) : int | ||
k | BigInteger | |
return | int |
public static GetWNafPreCompInfo ( ECPoint p ) : |
||
p | ECPoint | |
return |
public static GetWNafPreCompInfo ( PreCompInfo preCompInfo ) : |
||
preCompInfo | PreCompInfo | |
return |
public static GetWindowSize ( int bits ) : int | ||
bits | int | |
return | int |
public static GetWindowSize ( int bits, int windowSizeCutoffs ) : int | ||
bits | int | |
windowSizeCutoffs | int | |
return | int |
public static MapPointWithPrecomp ( ECPoint p, int width, bool includeNegated, ECPointMap pointMap ) : ECPoint | ||
p | ECPoint | |
width | int | |
includeNegated | bool | |
pointMap | ECPointMap | |
return | ECPoint |
public static Precompute ( ECPoint p, int width, bool includeNegated ) : |
||
p | ECPoint | |
width | int | |
includeNegated | bool | |
return |