Skip to content

Commit

Permalink
OTPack Disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
deevashwer committed Aug 31, 2020
1 parent fd9910f commit cb6efa9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SCI/src/OT/ot_pack.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ SOFTWARE.
#define OT_PACK_H__
#include "utils/emp-tool.h"
#include "OT/emp-ot.h"

/*
* DISCLAIMER:
* OTPack avoids computing PRG keys for each OT instance by reusing the keys generated
* (through base OTs) for another OT instance. Ideally, the PRGs within OT instances,
* using the same keys, should use mutually exclusive counters for security. However,
* the current implementation does not support this.
*/

namespace sci {
template<typename T>
class OTPack {
Expand Down

0 comments on commit cb6efa9

Please sign in to comment.