# 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 * [x] hash/aes/encoder * [x] address and mnemonic * [x] ecdsa * [x] ecies * [ ] schnorr and BLS multi-sig * [ ] bulletproofs * [x] HD Wallet(BIP32)