decodeG1Point
Big endian format, 384 bits Throws an error if encoding is wrong or point doesn't lie on curve TODO: should also throw an error if point isn't in appropriate subgroup
export function decodeG1Point(bytes: number[]): Point2<bigint>
Arguments
Name | Type | Description |
---|---|---|
bytes | number[] |
Return value
Point2<bigint>