dopefishh / clean-micro-ecc

MicroECC bindings for Clean

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

clean-micro-ecc

Clean bindings for MicroECC

How to install

After you have made sure you have a correct CLEAN_HOME environment variable and checked out the submodules, run:

make install

Documentation

The src/MicroECC.dcl contains all the functions and is documented.

Direct access to the C library is achieved by src/_MicroECC.dcl but this is cumbersome, unsafe, and should be avoided

License

See LICENSE

Author

Mart Lubbers (mart@cs.ru.nl)

About

MicroECC bindings for Clean

License:MIT License


Languages

Language:Clean 91.0%Language:Makefile 9.0%