2024-10-10 17:13:38 +11:00
2024-10-10 17:13:38 +11:00
2024-10-10 15:37:56 +11:00
2024-10-10 15:16:54 +11:00
2024-10-04 17:20:54 +10:00
2024-10-10 09:55:41 +11:00
2024-10-10 15:26:32 +11:00

emp-wasm

Work in progress compiling authenticated garbling from emp-toolkit/emp-ag2pc to wasm.

Currently this is just a stripped down version that you can compile with a single clang++ command (see build.sh).

Uncertain Refactors

For most of the changes I'm reasonably confident that I preserved behavior, but there some things I'm less confident about:

  • send and recv swapped for bob in Fpre::generate (see TODO comment)
  • after removing threading, I also moved everything to a single io channel
  • rewrite of simd code to not use simd and updated aes usage written by chatgpt o1 preview

Regardless, this version of emp-toolkit needs some checking.

Description
No description provided
Readme MIT 9.9 MiB
Languages
C++ 73.7%
TypeScript 23.6%
Shell 2.1%
C 0.6%