https://github.com/armfazh/nistp384_avx2
AVX2 Implementation of P-384 elliptic curve
https://github.com/armfazh/nistp384_avx2
avx2 elliptic-curves intel p-384 sbseg vectorization
Last synced: 11 months ago
JSON representation
AVX2 Implementation of P-384 elliptic curve
- Host: GitHub
- URL: https://github.com/armfazh/nistp384_avx2
- Owner: armfazh
- License: other
- Created: 2016-11-08T10:41:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T05:39:31.000Z (about 7 years ago)
- Last Synced: 2025-03-30T21:20:03.452Z (about 1 year ago)
- Topics: avx2, elliptic-curves, intel, p-384, sbseg, vectorization
- Language: C
- Homepage: https://www.lasca.ic.unicamp.br/site/publications/103/
- Size: 487 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NIST-P384
---
Efficient arithmetic for prime field GF(p_384), where p_384= 2^384 -2^128 -2^96 +2^32 -1. This implementation is accelerated using AVX2 vector instructions.