#crypto #test #cd #sgx #run #eigen-cc

no-std eigen_crypto

Crypto Library for EigenCC

1 unstable release

0.1.1 Jul 28, 2021
0.1.0 Jul 28, 2021

#1107 in Cryptography

42 downloads per month

Apache-2.0

385KB
6K SLoC

Contains (static library, 86KB) sgx-test/lib/libEnclave_u.a

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)

Dependencies

~0–5MB
~112K SLoC