Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahf/erlang-ucrypto

µCrypto is a thin wrapper for the OpenSSL API's that are missing in OTP's crypto application.
https://github.com/ahf/erlang-ucrypto

cryptography elliptic-curves erlang openssl ripemd160

Last synced: about 1 month ago
JSON representation

µCrypto is a thin wrapper for the OpenSSL API's that are missing in OTP's crypto application.

Awesome Lists containing this project

README

        

# Erlang µCrypto Library #

Copyright (c) 2012, 2013 Alexander Færøy

__Authors:__ Alexander Færøy ([`[email protected]`](mailto:[email protected])).

µCrypto is a thin Erlang wrapper for the OpenSSL library. Most of the features
in this library should be upstreamed and integrated into the crypto module of
the OTP codebase.

### Contributing ###

Contributions to µCrypto are welcome. Please go ahead and fork the project here
on Github and submit pull requests when you have something ready for review. I
will give feedback and once everything looks good, I will merge your
contributions into the mainline repository.

### Continuous Integration ###

We are using [Travis CI](http://www.travis-ci.org/) for continuous integration.
When submitting patches, please ensure that the entire project compiles,
without errors and warnings, and ensure that our tests are passing successfully.

[![Build Status](https://secure.travis-ci.org/ahf/erlang-ucrypto.png)](http://travis-ci.org/ahf/erlang-ucrypto)

## Modules ##

ucrypto
ucrypto_types