Created High-Throughput Elliptic Curve Cryptography using AVX2 Vector Instructions (markdown)

Sun Yimin 2023-09-22 08:18:31 +08:00
parent b59d81fefd
commit efd8a0946d

@ -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)