pado-labs / emp-rust

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

[WIP] Implement IO and Block type #2

Closed xiangxiecrypto closed 1 year ago

xiangxiecrypto commented 1 year ago
  1. IO, simple tcp stream with send and recv functions for basic types and customized types
  2. 128-bit Block type, implement with intrinsics under x86 and arm. Especially the operations clmul and gfmul