Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahf/erlang-ucrypto
- Owner: ahf
- Created: 2012-07-29T14:23:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-08T15:38:42.000Z (over 11 years ago)
- Last Synced: 2023-04-13T04:58:06.465Z (over 1 year ago)
- Topics: cryptography, elliptic-curves, erlang, openssl, ripemd160
- Language: C
- Homepage:
- Size: 180 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ##