miracl / MIRACL

MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).
https://miracl.com
654 stars 242 forks source link

Add ARM64 assembly for Comba's method #16

Open mickflemm opened 8 years ago

mickflemm commented 8 years ago

MIRACL was used for implementing ECC in order to provide secure and timely communication between vehicles, as part of ICSI (Intelligent Cooperative Sensing for Improved traffic efficiency), an FP7 ICT project (no. 317671). Among other things, Forthnet SE implemented ARM64 assembly optimizations to increase the library's performance on modern mobile devices. With this commit we provide our modifications back to the community.