Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.