Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmzeeman/ecrypt
Experimental proof of concept crypto nif using OpenSSL's engine api.
https://github.com/mmzeeman/ecrypt
Last synced: 6 days ago
JSON representation
Experimental proof of concept crypto nif using OpenSSL's engine api.
- Host: GitHub
- URL: https://github.com/mmzeeman/ecrypt
- Owner: mmzeeman
- License: apache-2.0
- Created: 2016-02-07T13:18:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T13:28:16.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T04:32:07.237Z (about 1 month ago)
- Language: C
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecrypt
Experimental proof of concept crypto nif using OpenSSL's engine api.
Erlangs current crypto implementation doesn't use OpenSSL's engine api. Because of this any crypto
instructions on modern day cpu's are not used.I've created this to see what the speed improvement is, and to test how to put things in a Erlang
style api.