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

no-std eigen_crypto

EigenCC的加密库

1个不稳定版本

0.1.1 2021年7月28日
0.1.0 2021年7月28日

#1163 in 密码学

Apache-2.0

385KB
6K SLoC

包含(静态库,86KB) sgx-test/lib/libEnclave_u.a

EigenCC的加密库

测试

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

待办事项

  • hash/aes/encoder
  • 地址和助记词
  • ecdsa
  • ecies
  • schnorr 和 BLS 多签名
  • bulletproofs
  • HD 钱包(BIP32)

依赖关系

~0–5MB
~112K SLoC