Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 752 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 752 Bytes

ECC-OCaml

Elliptic Curves Cryptography for OCaml. This library provides the basic arithmetic operations in elliptic curves over finite prime fields (over finite bit fields coming soon :) as well as functions for Elliptic Curve digital signature algorithm and Elliptic Curve Diffie-Hellman key exchange protocol.

Dependencies

To compile and install the library:

$ cd src
$ make 
$ make install