Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1 KB

README.md

File metadata and controls

22 lines (17 loc) · 1 KB

ECDH-Curve25519

A pure Swift library for ECDH implementing Curve25519

Implementation of Curve25519 ECDH, based on work by Daniel J. Bernstein.

This is a quite 1:1 porting of frankigamez/ECDH-Curve25519 library originally written in C#.

WARNING: Despite all tests will succeds, this library is miles away to be production safe. Please test extensively before using in mission critical systems and let me know the results.

As of the GitHub spirit, any suggestion, modification are welcome.

References