pado-labs / emp-rust

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

Directly use AES as a PRG instead of using BlockRng to wrap AES. #17

Closed xiangxiecrypto closed 1 year ago

xiangxiecrypto commented 1 year ago
  1. It seems faster.
  2. Need to check the performance.
xiangxiecrypto commented 1 year ago

It looks like that the BlockRng implementation is fast

xiangxiecrypto commented 1 year ago

Still use the BlockRng implementation and close this issue.