Ian Goldberg
|
f50854f448
Reproduction script for Figure 7b in the paper
|
9 months ago |
Ian Goldberg
|
f8b91c1612
Multithread support for Shine.Gen()
|
10 months ago |
Ian Goldberg
|
83444329c5
README
|
9 months ago |
Ian Goldberg
|
8d3be2a8a8
Reproduction script for Figure 7a in the paper
|
9 months ago |
Ian Goldberg
|
e716ba0ae8
Add Cargo.lock file
|
9 months ago |
Ian Goldberg
|
a75bd1e0ed
Use references, not copies, in the inner loop of gen
|
9 months ago |
Ian Goldberg
|
571e13ef39
Preallocate some vectors
|
9 months ago |
Ian Goldberg
|
28ae41522f
cargo fmt
|
9 months ago |
Ian Goldberg
|
e737eb20fd
Make combine match the paper
|
9 months ago |
Ian Goldberg
|
ccc23bf1ba
Make sign2 match the paper
|
9 months ago |
Ian Goldberg
|
295a3f62bc
Refactor combinecomm so that it's just a convenience wrapper around verify and agg
|
9 months ago |
Ian Goldberg
|
92e9d2857a
Add some comments about the hash functions
|
9 months ago |
Ian Goldberg
|
8c27c4010e
The round 1 output is now (y,R) instead of just R to match the paper
|
9 months ago |
Ian Goldberg
|
dbffbce37d
Have arctic::keygen also return a vector of each player's individual public key to match the paper
|
9 months ago |
Ian Goldberg
|
14e5ca3d45
Include the Arctic public key as a field of its secret key to match the paper
|
9 months ago |
Ian Goldberg
|
252566aed3
hash2 no longer takes the coalition as an argument to match the paper
|
9 months ago |
Ian Goldberg
|
fcf2d56732
hash2 and hash3 exchange names to match the paper
|
9 months ago |
Ian Goldberg
|
ae118dd572
combinecomm_noverify becomes agg to match the paper
|
9 months ago |
Ian Goldberg
|
3cab909469
Factor out verify to match the paper
|
9 months ago |
Ian Goldberg
|
f0651515e6
gen now returns (Scalar, RistrettoPoint) to match the paper
|
9 months ago |
Ian Goldberg
|
11370e2b8f
Start changing the notation to match the paper
|
9 months ago |
Ian Goldberg
|
0500e03be0
clippy cleanups
|
9 months ago |
Ian Goldberg
|
eba60179b5
We never use the Lagrange interpolate function, but we keep it for completeness
|
9 months ago |
Ian Goldberg
|
6029009659
Use itertools::combinations instead of rolling our own
|
9 months ago |
Ian Goldberg
|
67c49713d5
The Shine secrets should be 32 bytes, not 16
|
9 months ago |
Ian Goldberg
|
db66aaf4df
Clean up hash1 a tiny bit
|
10 months ago |
Ian Goldberg
|
1865cb9662
More functionalization
|
10 months ago |
Ian Goldberg
|
a6d55868ce
Use multiscalar multiplication in CombineComm
|
10 months ago |
Ian Goldberg
|
67e9e8a111
Precompute Lagrange polynomials
|
10 months ago |
Ian Goldberg
|
2e2319d219
We don't need CombineComm to do the verification step in Combine
|
10 months ago |