From efd8a0946d6a521f5b859b86098426f024c175cd Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 22 Sep 2023 08:18:31 +0800 Subject: [PATCH] Created High-Throughput Elliptic Curve Cryptography using AVX2 Vector Instructions (markdown) --- ...tic-Curve-Cryptography-using-AVX2-Vector-Instructions.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 High‐Throughput-Elliptic-Curve-Cryptography-using-AVX2-Vector-Instructions.md diff --git a/High‐Throughput-Elliptic-Curve-Cryptography-using-AVX2-Vector-Instructions.md b/High‐Throughput-Elliptic-Curve-Cryptography-using-AVX2-Vector-Instructions.md new file mode 100644 index 0000000..90bcadd --- /dev/null +++ b/High‐Throughput-Elliptic-Curve-Cryptography-using-AVX2-Vector-Instructions.md @@ -0,0 +1,6 @@ +收集资料 + +# Reference +* [High-Throughput Elliptic Curve Cryptography using AVX2 Vector Instructions](https://sacworkshop.org/SAC20/files/preproceedings/27-HighThroughput.pdf) +* [Parallel implementation of SM2 elliptic curve cryptography on Intel processors with AVX2](https://orbilu.uni.lu/bitstream/10993/46416/1/ACISP2020.pdf) +* [Fast Implementation of SM2 Digital Signature Algorithm Using SIMD Instructions](http://www.jcr.cacrnet.org.cn/CN/10.13868/j.cnki.jcr.000622) \ No newline at end of file