eigen_crypto 0.1.1

Crypto Library for EigenCC.
Documentation

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

  • hash/aes/encoder
  • address and mnemonic
  • ecdsa
  • ecies
  • schnorr and BLS multi-sig
  • bulletproofs
  • HD Wallet(BIP32)