Skip to content

gECC: A GPU-based high-throughput framework for Elliptic Curve Cryptography

License

Notifications You must be signed in to change notification settings

CGCL-codes/gECC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib gECC

Introduction

This project presents gECC, a versatile framework for ECC optimized for GPU architectures, specifically engineered to achieve high-throughput performance in EC operations. To maximize throughput, gECC incorporates batch-based execution (using Montgomery’s trick) of EC operations and microarchitecture-level optimization of modular arithmetic. For more details, please refer to our preprint gECC available on arXiv.

Copyright (C) 2024, BDTS/STCS/CGCL and Huazhong University of Science and Technology.

Files

Files description
test all performance analysis benchmarks
scripts define finite field related parameters, generate test data for benchmark.
gecc/arith implemente ec operation (with multiple coordinate system) and modular operation on finite filed
gecc/ecdsa implemente ECDSA algorithm

Prerequisites

GTest

wget https://github.com/google/googletest/archive/release-1.10.0.tar.gz
tar xzvf release-1.10.0.tar.gz
cmake -BBuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${HOME}/.local/opt/gtest .
cmake --build Build --target install
export GTEST_ROOT=${HOME}/.local/opt/gtest

Build and Run

To evaluate performance:

python3 ./dev-support/build.py -R -A 80
./bench.sh

Support or Contact

gECC is developed in National Engineering Research Center for Big Data Technology and System, Cluster and Grid Computing Lab, Services Computing Technology and System Lab, School of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan, China by Qian Xiong([email protected]), Weiliang Ma([email protected]) and Xuanhua Shi([email protected]).

If you have any questions, please contact Qian Xiong([email protected]), Weiliang Ma([email protected]) and Xuanhua Shi([email protected]). We welcome you to commit your modification to support our project.

About

gECC: A GPU-based high-throughput framework for Elliptic Curve Cryptography

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •