eigen_crypto

Crates.ioeigen_crypto
lib.rseigen_crypto
version0.1.1
sourcesrc
created_at2021-07-28 09:13:48.830705
updated_at2021-07-28 11:49:54.101649
descriptionCrypto Library for EigenCC.
homepage
repository
max_upload_size
id428247
size1,426,246
Weber❤️H2O2 (Weber-H2O2)

documentation

README

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)
Commit count: 0

cargo fmt