32 Commits (0427d2a678b0b30ed653a39734cebfae96f8b7dd)

Author SHA1 Message Date
  Pratyush Mishra 33a9da08f8 Switch to `stable` cargo formatting options 5 years ago
  Pratyush Mishra 456f30a849 Fix #172 and improve squaring code for deg-3 extensions (#174) 5 years ago
  Pascal Berrang 8631f883c4 MNT4/6 curves and recursive SNARKs (#150) 5 years ago
  Kobi Gurkan c58fc31119 fmt and docs 5 years ago
  Kobi Gurkan ded3d687cc removes unused struct + fmt 5 years ago
  Kobi Gurkan 8cd0999431 moves cmp to be under FpGadget 5 years ago
  Pratyush Mishra b1913a9ca7 Change default `to_bits` and `to_bytes` functions to the safe versions 5 years ago
  ValarDragon 23c6bb4bd0 Rename arguments to CondSelectGadget for code clarity 5 years ago
  ValarDragon 78e08aed97 Fix lint 5 years ago
  ValarDragon cba74c09d9 Fix error 5 years ago
  ValarDragon 3cb1ed06d6 Fix linter errors 5 years ago
  Pratyush Mishra 77837b4a1b Fix ns issue 5 years ago
  ValarDragon cb1bcb1cbf Fix ns 5 years ago
  ValarDragon b63d255ea3 Update to use bit iterator 5 years ago
  ValarDragon 8cce6501b8 Add exponentiation by constant to Fp 5 years ago
  Pratyush Mishra 8bf042a029 Refactor `algebra` API, split into `algebra` and `algebra-core`. (#100) 5 years ago
  Marek Kotewicz 9621bd34a4 r1cs-std works with no-std (#92) 5 years ago
  François Garillot b26867f267 Runs rustfmt on the repo 5 years ago
  Pratyush Mishra 40cf13b7b8 num_traits:: -> algebra:: 5 years ago
  François Garillot 722a901ae7 [RFC] Convert identity functions in Field, Group, and {Projective,Affine}Curve traits with One/Zero traits from num_traits. 5 years ago
  Kobi Gurkan b8a81b5dcb r1cs-std: makes extension field to_bits create namespaces for the individual elements 5 years ago
  François Garillot ab65b01478 Clean up a few loop bounds 5 years ago
  François Garillot f1d8b122fc Use operator syntax 5 years ago
  François Garillot b42d5f8d36 Simplify a few "if" structures 5 years ago
  François Garillot 53a51eb4dc Use built-in iteration functions more 5 years ago
  François Garillot c42c7dd98a Remove a few unnecessary clones 5 years ago
  François Garillot 10c6e85c1a Remove a few unnecessary `.into_iter()` explicit calls, and some cloning. 5 years ago
  Kobi Gurkan 581f3df55f Adds Bowe-Hopwood hash 5 years ago
  Pratyush Mishra 0a507b0a5f Upgrade ff-fft, gm17, and r1cs-std 5 years ago
  Pratyush Mishra b617d217a1 Move ConstraintVar to r1cs-core 5 years ago
  Pratyush Mishra c610ecbcc5 Update r1cs-std tests 5 years ago
  Pratyush Mishra e00d667330 Move snark-gadgets to r1cs-std 5 years ago