1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
source: crates/aiken-lang/src/parser/definition/constant.rs
description: "Code:\n\npub const point =\n #<Bls12_381, G1>\"950dfd33da2682260c76038dfb8bad6e84ae9d599a3c151815945ac1e6ef6b1027cd917f3907479d20d636ce437a41f5\"\n"
---
ModuleConstant(
ModuleConstant {
doc: None,
location: 0..134,
public: true,
name: "point",
annotation: None,
value: CurvePoint {
location: 20..134,
point: Bls12_381(
G1(
blst_p1 {
x: blst_fp {
l: [
6044239372598254900,
11111890802926526657,
302563157772145122,
17359147598889707489,
6255098506247414666,
1773881592225990778,
],
},
y: blst_fp {
l: [
9961536754182800925,
16512912018612749997,
10822258563185590636,
17742512098199848220,
16542676355910829810,
1246663995533626329,
],
},
z: blst_fp {
l: [
8505329371266088957,
17002214543764226050,
6865905132761471162,
8632934651105793861,
6631298214892334189,
1582556514881692819,
],
},
},
),
),
preferred_format: HexadecimalString,
},
tipo: (),
},
)