Sahamati / rahasya

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.
Apache License 2.0
13 stars 20 forks source link

X25519 implementation with nodejs #26

Closed gsasikumar closed 2 years ago

gsasikumar commented 2 years ago

Description

This PR has the fully working node js code for x25519 and partially working C code.

Motivation and Context

This was a work in progress with not much attention. But recently there was an issue filed about the support for other languages. Please refer here. https://github.com/Sahamati/rahasya/issues/25 Note: The C code is not fully working as of now.

Types of changes

Checklist