Functions
Const getPoint
- getPoint(x: Buffer | bigint, y: Buffer | bigint): Point
-
Parameters
-
x: Buffer | bigint
-
y: Buffer | bigint
Const getPointFromX
- getPointFromX(curve: Curve, xBuffer: Buffer | bigint, isOdd: boolean): Point
-
Parameters
-
-
xBuffer: Buffer | bigint
-
isOdd: boolean
Decode a point from a SEC1 encoded Buffer. Throws if the format is unknown.