Gaby Roch (20):
- Script de simulation de vote
- tmp
- Declaration cas limites pour de multiple scrutin
- Essay cas limite jugment majoritaire
- avancement
- pre-version du rendu
- Correction ortho
- Avant réu 16 mai
- Init loranle
- rename loranle → app
- avec crypto 1
- tmp
- tmp
- Code ok pre-clean
- clean code
- report avec todo
- update workflow for recursive clone
- Add rust in docker
- remove autogenerated file
- update rust
Élerille (1):
- tmp
.github/action/Dockerfile | 16 +-
.github/workflows/prerelease.yml | 1 +
.github/workflows/release.yml | 1 +
.github/workflows/test.yml | 1 +
.gitignore | 2 +
.gitmodules (new) | 9 +
TB-RaportIntermediaire-GabyRoch.pdf (new) | Bin 0 -> 2524883 bytes
app/.gitignore (new) | 1 +
app/Cargo.lock (new) | 2467 ++++
app/Cargo.toml (new) | 9 +
app/board/Cargo.toml (new) | 12 +
app/board/src/main.rs (new) | 97 +
app/client/Cargo.toml (new) | 13 +
app/client/src/lib.rs (new) | 90 +
app/client/src/main.rs (new) | 15 +
app/lib/Cargo.toml (new) | 23 +
app/lib/src/crypto.rs (new) | 463 +
app/lib/src/lib.rs (new) | 46 +
app/lib/src/main.rs (new) | 45 +
app/lib/test.csv (new) | 129 +
app/lib/test2.csv (new) | 14559 +++++++++++++++++++
app/perf/Cargo.toml (new) | 17 +
app/perf/src/bin/nizk-phase-1.rs (new) | 26 +
app/perf/src/bin/phase-1-size.rs (new) | 58 +
app/perf/src/bin/result-1.rs (new) | 20 +
app/perf/src/bin/result-2.rs (new) | 24 +
app/test.csv (new) | 251 +
...age-participation-votation-99pourcent.ods (new) | Bin 0 -> 24274 bytes
helios-server (new) | 1 +
latex/Makefile | 27 +-
latex/MakefileDyn (new) | 30 +
latex/MakefileSubdir (new) | 21 +
latex/_meta.tex | 25 +-
latex/biblio-to-sort.bib (new) | 214 +
latex/biblio.bib | 212 +-
latex/bibliography-draft.tex | 2 +
latex/content/biblio-analyse.tex (new) | 148 +
latex/content/cahier-des-charges.tex | 2 +-
latex/content/crypto-requirements.tex (new) | 58 +
latex/content/diff-methode.tex | 992 +-
latex/content/example.tex | 1 +
latex/content/implementation.tex (new) | 38 +
latex/content/introduction.tex (new) | 52 +
latex/content/resultat.tex (new) | 261 +
latex/heig-bachelor.cls | 47 +-
latex/listings-rust.sty (new +l) | 1 +
latex/report.tex | 34 +-
latex/tmp.txt (new) | 1 +
latex/vendor/listings-rust (new) | 1 +
simulation-scrutin/.gitignore (new) | 15 +
simulation-scrutin/Cargo.toml (new) | 11 +
simulation-scrutin/apro-caslim-1.dat (new) | 5 +
simulation-scrutin/borda-caslim-1A.dat (new) | 3 +
simulation-scrutin/borda-caslim-1B.dat (new) | 4 +
simulation-scrutin/borda-caslim-2.dat (new) | 3 +
simulation-scrutin/borda-caslim-3.dat (new) | 4 +
simulation-scrutin/condorcet-caslim-1.dat (new) | 4 +
simulation-scrutin/jugmaj-caslim-1A.dat (new) | 6 +
simulation-scrutin/jugmaj-caslim-1B.dat (new) | 7 +
simulation-scrutin/maj1-caslim-1.dat (new) | 4 +
simulation-scrutin/src/main.rs (new) | 1064 ++
simulation-scrutin/vote1.dat (new) | 18 +
62 files changed, 21612 insertions(+), 99 deletions(-)