Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 268 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 268 Bytes

CDLS (Cuddles): Committed Discrete Logarithms with Soundness

logo

Run either:

  make build
  make run

or

  cargo build
  cargo run

To test:

  make test

To benchmark:

  make bench