You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# FLD ECC AVX2/AVX512
1
+
# FLD ECC VEC
2
2
3
3
This is a mathematical software library for computing the Edwards Digital Signature Algorithm (EdDSA) and the Diffie-Hellman functions X25519 and X448. The library is optimized with the Intel Advanced Vector eXtensions AVX2 and AVX512 product of this research project.
4
4
@@ -25,7 +25,7 @@ This is a mathematical software library for computing the Edwards Digital Signat
25
25
26
26
To compile use:
27
27
```bash
28
-
$ cdfld_ecc_avx2
28
+
$ cdfld_ecc_vec
29
29
$ mkdir build;cd build
30
30
$ cmake ..
31
31
$ make all
@@ -50,7 +50,7 @@ For running the benchmark program use:
50
50
The timings reported in the paper were obtained using the Clang compiler version 5.
0 commit comments