mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-13 04:04:19 +00:00
parent
12baced38d
commit
8d5c75c6fd
@ -119,7 +119,7 @@ In the following `e` is the pairing function and `g` is the G1 generator with th
|
|||||||
```python
|
```python
|
||||||
g_x = 3685416753713387016781088315183077757961620795782546409894578378688607592378376318836054947676345821548104185464507
|
g_x = 3685416753713387016781088315183077757961620795782546409894578378688607592378376318836054947676345821548104185464507
|
||||||
g_y = 1339506544944476473020471379941921221584933875938349620426543736416511423956333506472724655353366534992391756441569
|
g_y = 1339506544944476473020471379941921221584933875938349620426543736416511423956333506472724655353366534992391756441569
|
||||||
g = Fq2(g_x, g_y)
|
g = Fq2([g_x, g_y])
|
||||||
```
|
```
|
||||||
|
|
||||||
### `bls_verify`
|
### `bls_verify`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user