Histórico de commits

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