Procházet zdrojové kódy

Comment that we use a different technique from Duoram's Appendix D to normalize the unit vector

Ian Goldberg před 1 rokem
rodič
revize
cac0ca3269
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      rdpf.cpp

+ 2 - 1
rdpf.cpp

@@ -206,7 +206,8 @@ RDPF::RDPF(MPCTIO &tio, yield_t &yield,
                 // evaluation time for the additive-shared unit vector,
                 // we will output this global inverse times the low word
                 // of each leaf, which will make the sum of all of those
-                // values 1.
+                // values 1.  (This technique replaces the protocol in
+                // Appendix D of the Duoram paper.)
                 //
                 // For the scaled vector, we just have to compute shares
                 // of what the scaled vector is a sharing _of_, but