Skip to content
Snippets Groups Projects
Commit cb6efa9d authored by Deevashwer's avatar Deevashwer
Browse files

OTPack Disclaimer

parent fd9910f5
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment