Skip to content

zoep/ECC-OCaml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elliptic Curves Cryptography for OCaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 82.0%
  • Standard ML 14.0%
  • OCaml 2.4%
  • Makefile 1.6%