Crypto Library for EigenCC

Test

``` git clone https://github.com/ieigen/eigen-crypto cd eigen-crypto

Non-SGX

cargo test -- --test-threads 1

SGX

cargo build --features=mesalock_sgx cd sgx-test make run ```

TODO