Skip to content

Ec

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / op / Ec

Enumeration: Ec

Defined in: packages/algo-ts/src/op.ts:10

Enumeration Members

BLS12_381g1

BLS12_381g1: "BLS12_381g1"

Defined in: packages/algo-ts/src/op.ts:22

G1 of the BLS 12-381 curve. Points encoded as 48 byte X following by 48 byte Y


BLS12_381g2

BLS12_381g2: "BLS12_381g2"

Defined in: packages/algo-ts/src/op.ts:26

G2 of the BLS 12-381 curve. Points encoded as 96 byte X following by 96 byte Y


BN254g1

BN254g1: "BN254g1"

Defined in: packages/algo-ts/src/op.ts:14

G1 of the BN254 curve. Points encoded as 32 byte X following by 32 byte Y


BN254g2

BN254g2: "BN254g2"

Defined in: packages/algo-ts/src/op.ts:18

G2 of the BN254 curve. Points encoded as 64 byte X following by 64 byte Y