rappor
RAPPOR: Privacy-Preserving Reporting Algorithms
파일 탐색기
최종 버전 다운로드 (.zip)- graph1.txt
- graph3.txt
- fast_em.cc
- find_cliques.cc
- README.md
- run.sh
- alternative.R
- association.R
- association_test.R
- decode.R
- decode_ngrams.R
- decode_test.R
- encode.R
- fast_em.R
- ngrams_simulation.R
- read_input.R
- run_tests.R
- simulation.R
- unknowns_test.R
- util.R
- fast_em.py
- fast_em.sh
- README.md
- counts.csv
- map.csv
- params.csv
- run_app.sh
- server.R
- test.csv
- ui.R
- run_app.sh
- server.R
- ui.R
- README.md
- decode-assoc
- decode-dist
- decode_assoc.R
- decode_dist.R
- hash-candidates
- hash_candidates.py
- hash_candidates_test.py
- README.md
- sum-bits
- sum_bits.py
- sum_bits_test.py
- test.sh
- dotd.sh
- encoder.cc
- encoder.h
- encoder_demo.cc
- encoder_unittest.cc
- libc_rand_impl.cc
- libc_rand_impl.h
- Makefile
- openssl_hash_impl.cc
- openssl_hash_impl.h
- openssl_hash_impl_unittest.cc
- rappor_deps.h
- rappor_sim.cc
- README.md
- run.sh
- unix_kernel_rand_impl.cc
- unix_kernel_rand_impl.h
- Encoder.java
- HmacDrbg.java
- EncoderTest.java
- HmacDrbgTest.java
- rappor.py
- rappor_test.py
- README.md
- data-flow.dot
- data-flow.md
- randomness.md
- data-flow.html
- data-flow.png
- randomness.html
- dist.png
- dist.png
- dist.png
- report.html
- index.html
- alarm-lib.sh
- assoc.sh
- combine_results.py
- combine_results_test.py
- combine_status.py
- combine_status_test.py
- cook.sh
- csv-to-html-test.sh
- csv_to_html.py
- csv_to_html_test.py
- dist.sh
- metric_status.R
- README.md
- regtest.sh
- task_spec.py
- task_spec_test.py
- tools-lib.sh
- ui.sh
- util.py
- _fastrand.c
- analyze_assoc.R
- assoc_sim.R
- compare_dist.R
- compare_dist_test.R
- fastrand.py
- fastrand_test.py
- gen_counts.R
- gen_counts_test.R
- gen_true_values.R
- gen_true_values_test.R
- make_summary.py
- params.csv
- rappor_sim.py
- rappor_sim_test.py
- regtest.html
- regtest_spec.py
- setup.py
- user_spec.py
- uvals.csv
- dygraph-combined.js
- assoc-day.html
- assoc-metric.html
- assoc-overview.html
- assoc-pair.html
- day.html
- histograms.html
- home.html
- metric.html
- overview.html
- README.md
- table-lib.js
- table-sort.css
- ui.css
- ui.js
- .gitignore
- build.sh
- demo.sh
- docs.sh
- LICENSE
- README.md
- regtest.sh
- setup.sh
- test.sh
- util.sh
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/google/rappor
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd rappor
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Make
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd client/cpp
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
