Historie revizí

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