Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T05:39:31.000Z (over 5 years ago)
- Last Synced: 2024-10-25T05:09:06.275Z (3 months 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: 2
- Watchers: 2
- 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.