Граф коммитов

533 Коммитов

Автор SHA1 Сообщение Дата
Alessio Placitelli ed69c7020c Add context to README 2017-09-11 19:09:27 +02:00
Alejandro Rodriguez Salamanca cda841372d Create methods gen-values and analysis in regtest.sh 2017-08-30 11:44:07 +02:00
Alejandro Rodriguez Salamanca 5596a04fd2 Fix sim_final 2017-08-15 11:01:51 +02:00
Alejandro Rodriguez Salamanca 4a9fdb3d7f Merge branch 'master' of https://github.com/Alexrs95/rappor 2017-08-09 15:18:06 +02:00
Alejandro Rodriguez Salamanca 32f7890c49 Multiprocess in RAPPOR, and write data needed to generate plot to a csv file 2017-08-09 15:17:53 +02:00
Alejandro Rodríguez Salamanca a8d82bf4b0 Update README.md 2017-08-01 18:04:03 +02:00
Alejandro Rodríguez Salamanca 597b0aee85 Update README.md 2017-08-01 14:52:29 +02:00
Alejandro Rodriguez Salamanca ea46c460af Clean repo 2017-08-01 14:50:22 +02:00
Alejandro Rodriguez Salamanca 7b4de6077f Cleaning repo 2017-08-01 13:02:02 +02:00
Alejandro Rodriguez Salamanca 494f2610e5 Cleaning repo 2017-08-01 12:50:06 +02:00
Alejandro Rodriguez Salamanca 456d3bae10 Add test cases 2017-08-01 11:58:26 +02:00
Alejandro Rodriguez Salamanca a7f4954062 Test config 2017-07-20 15:58:15 +02:00
Alejandro Rodriguez Salamanca da8f49d605 Test parameters 2017-07-19 19:21:09 +02:00
Alejandro Rodriguez Salamanca ac6d886863 change hmac with hmac-drbg to allow bloom filters with size greater than 32 bits 2017-07-18 11:47:08 +02:00
Alejandro Rodriguez Salamanca 0c1f35b2fd Several values per client parameters 2017-07-10 17:38:41 +02:00
Alejandro Rodriguez Salamanca 474340e7e7 Params for simulations 2017-07-10 16:59:59 +02:00
Alejandro Rodriguez Salamanca ec752a8cbe Some parameters for the simulations 2017-07-07 19:13:52 +02:00
Alejandro Rodriguez Salamanca fe16b7370a Plot title in report 2017-07-07 14:31:22 +02:00
Alejandro Rodriguez Salamanca 8b44ad6318 Add plots to summary 2017-07-06 17:29:38 +02:00
Alejandro Rodriguez Salamanca b7d9e97f69 Labels in plot are shown correctly now 2017-07-06 16:43:25 +02:00
Alejandro Rodriguez Salamanca ca4b00463e Allow running different experiments with different number of clients 2017-07-05 19:13:05 +02:00
Alejandro Rodriguez Salamanca 7cbd8e2f8f Log everything 2017-07-05 15:06:23 +02:00
Alejandro Rodriguez Salamanca 0af4c8372c Save plots as images 2017-07-05 14:42:35 +02:00
Alejandro Rodriguez Salamanca d1dc845bcd First version of plots to compare results between simulations 2017-07-05 12:31:34 +02:00
Alejandro Rodriguez Salamanca 6f3c4b9053 Add pyplot import 2017-07-05 10:51:23 +02:00
Alejandro Rodriguez Salamanca 1263faeff6 Virtual env and gitignore config 2017-07-05 10:44:53 +02:00
Alejandro Rodriguez Salamanca 37cc25ee98 Add num of instances for a simulation and set a shared true value file between simulations 2017-07-04 18:21:31 +02:00
Alejandro Rodriguez Salamanca 20071af97c quick-python now accepts a parameter 2017-07-04 10:38:16 +02:00
Alejandro Rodriguez Salamanca 9e47ff6add Add missing comment 2017-07-04 10:25:13 +02:00
Alejandro Rodriguez Salamanca 610754979a Function to run all tests using Python impl 2017-07-03 18:03:30 +02:00
Alejandro Rodriguez Salamanca c7e2c4c37a Add .vscode folder to gitignore 2017-06-30 09:42:07 -07:00
Alejandro Rodriguez Salamanca 9808e38eb5 Python simulator running on Mac 2017-06-29 11:09:45 -07:00
Ananth Raghunathan a13fa964ed Merge pull request #90 from nlohmann/patch-1
added Markdown for C++ code snippet
2017-01-25 09:10:45 -08:00
Niels Lohmann 5ee0f62a64 added Markdown for C++ code snippet 2017-01-25 11:50:29 +01:00
Ilya Mironov 5a052318df Merge pull request #86 from huahang/master
Add limSolve dependency in README
2016-06-24 10:29:56 -07:00
huahang ee5fa88399 Add limSolve dependency in README 2016-06-24 17:03:30 +08:00
Ilya Mironov 55bce8e78a Merge pull request #83 from mdeshon-google/long-bits
Support arbitrary length bit strings
2016-06-10 16:32:11 -07:00
Ananth Raghunathan 703c2569c1 Moe-assisted update.
Expand max value/bit width for RAPPOR encoder.

This CL:
(1) increases MAX_BITS from 63 to 4096.
(2) decreases MAX_BLOOM_HASHES from 16 to 8.
(3) switches from uint64 to byte[] as the Rappor encoder output.
(4) switches to using HmacDrbg for the deterministic pseudorandom bit stream.

CL originally written by bonawitz@google.com.
2016-06-09 16:43:55 -07:00
Markus De Shon 4bf027dad1 Use assert() not throw. 2016-04-21 10:19:26 -07:00
Ilya Mironov cc2643bbb9 Merge pull request #84 from google/shiny-changes
Fixing breakages in rappor-sim Shiny app
2016-04-15 15:42:38 -07:00
Ananth Raghunathan d06448a6db Fixing breakages in rappor-sim Shiny app
- Decode() must return ests
- map$map deprecated --> replace with map$map_by_cohort
- resid --> residual to display residuals
- run_app.sh requires RAPPOR_REPO env. variable
- disabling LASSO tab in simulation
2016-04-12 18:05:46 -07:00
Markus De Shon ce424f72a7 Added gtest dependency comment 2016-04-12 14:01:46 -07:00
Markus De Shon 58d73b8583 Support arbitrary length bit strings 2016-04-12 13:34:41 -07:00
Ilya Mironov a1b12859fe Merge pull request #82 from mdeshon-google/long-bits
Adding HdmacDrbg()
2016-03-25 17:15:38 -07:00
Markus De Shon c94cdddefe Don't require unittest in default Makefile rule 2016-03-25 10:36:26 -07:00
Markus De Shon 82d0682830 Removed openssl_hash_impl_test.cc 2016-03-24 11:26:26 -07:00
Markus De Shon 240c060fe7 Merge branch 'long-bits' of github:mdeshon-google/rappor into long-bits 2016-03-24 11:24:18 -07:00
Markus De Shon 4cf74a7ec9 Merge branch 'master' into long-bits 2016-03-24 11:23:16 -07:00
Markus De Shon 37052b2ba7 Added HashDrbg() and unit tests 2016-03-24 11:18:08 -07:00
Markus De Shon cf82a14587 Added HmacDrbg() 2016-03-23 17:03:07 -07:00