etf-crypto-primitives

Crates.ioetf-crypto-primitives
lib.rsetf-crypto-primitives
version0.2.3
sourcesrc
created_at2023-09-21 14:45:31.372643
updated_at2023-09-27 01:15:10.283246
descriptioncryptographic primitives for etf
homepagehttps://idealabs.network
repositoryhttps://github.com/ideal-lab5/etf-sdk
max_upload_size
id979573
size44,383
Tony Riemer (driemworks)

documentation

README

Crypto

Crypto primtives used by the etf network and sdk.

This repo contains implementations of:

  • DLEQ proofs
  • BF IBE (FullIdent)
  • Timelock Encryption

This repo has not been audited for security and should not yet be used in production.

Build

cargo build

Test

cargo test
Commit count: 5

cargo fmt