Skip to content

Files

Latest commit

 

History

History

C-X25519

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Rahasya C library

Codacy Badge

The project aims to simplify the usage of ECC curve (curve25519) with Diffie-Hellman Key exchange.
The work is inline with the Account Aggregator Specification.

NOTE: This project is moved from gsasikumar/forwardsecrecy as on 25/08/2021

Getting Involved / Contributing

To contribute, simply make a pull request and add a brief description of your addition or change. For more details, check the contribution guidelines.

Introduction

This project is created as a static library. So use the test method executable to run.

How to build

Please ensure you are in the C-X25519 folder.

  1. cmake -Bbuild .
  2. cd build && make && cd ..

How to run(test)

Please ensure you are in the C-X25519 folder.

  1. sh test.sh
  2. ./x25519_test