mirror of
https://github.com/emp-toolkit/emp-ag2pc.git
synced 2026-01-09 15:27:55 -05:00
* Fixing input index bug in 2pc.h Previously, Bob's input was indices 0:n1, Alice's input was 0:n2. This fix corrects Alice's input to be n1:(n1+n2). This was not caught in tests because the tests used the same input (0) for Alice's and Bob's input. * Adding test for AES with NIST test vector key and message. Also modifying single_execution.h so that it has an input and an expected_output. Co-authored-by: Sarah Scheffler <sscheff@princeton.edu>