Add chaff to outgoing instructions (closes #26 github issue)

This commit is contained in:
Keith Winstein
2012-03-18 13:56:27 -04:00
parent e6c3066f63
commit ee2aea1a6e
3 changed files with 19 additions and 0 deletions
+2
View File
@@ -11,4 +11,6 @@ message Instruction {
optional uint64 throwaway_num = 5;
optional bytes diff = 6;
optional bytes chaff = 7;
}