@ethereumjs/verkle / Point
▸ add(point1
, point2
): Point
Name | Type |
---|---|
point1 |
Point |
point2 |
Point |
▸ bytes(): Uint8Array
Uint8Array
▸ bytesUncompressed(): Uint8Array
Uint8Array
▸ double(point1
): Point
Name | Type |
---|---|
point1 |
Point |
▸ equal(secondPoint
): boolean
Name | Type |
---|---|
secondPoint |
Point |
boolean
▸ isOnCurve(): boolean
boolean
▸ mapToBaseField(): Point
▸ mapToScalarField(field
): void
Name | Type |
---|---|
field |
Fr |
void
▸ neg(): Point
▸ normalise(): void
void
▸ scalarMul(point1
, scalarMont
): Point
Name | Type |
---|---|
point1 |
Point |
scalarMont |
Fr |
▸ set(): Point
▸ setBytes(bytes
): void
Name | Type |
---|---|
bytes |
Uint8Array |
void
▸ setBytesUncompressed(bytes
, trusted
): void
Name | Type |
---|---|
bytes |
Uint8Array |
trusted |
boolean |
void
▸ setIdentity(): Point
▸ sub(point1
, point2
): Point
Name | Type |
---|---|
point1 |
Point |
point2 |
Point |