summaryrefslogtreecommitdiffhomepage
path: root/test/data/formulas/dbl-libgcrypt-v1102.op3
blob: 3ae81dd5e240734cbf655fa1716983b163b7269d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
l1 = X1^2
l1 = l1 * 3
t1 = Z1^4
t1 = t1 * a
l1 = l1 + t1
Z3 = Y1 * Z1
Z3 = Z3 * 2
t2 = Y1^2
l2 = t2 * X1
l2 = l2 * 4
X3 = l1^2
t1 = l2 * 2
X3 = X3 - t1
t2 = t2^2
l3 = t2 * 8
Y3 = l2 - X3
Y3 = Y3 * l1
Y3 = Y3 - l3