pado-labs / emp-rust

Efficient Multi-Party computation toolkit in Rust
19 stars 14 forks source link

add ggm tree #25

Closed xiangxiecrypto closed 1 year ago

xiangxiecrypto commented 1 year ago
  1. add ggm tree generation.
xiangxiecrypto commented 1 year ago

A little bit strange that the gen_new function is 2x slower, but I remove all the copy operations. @ujnss