47 Commits (370fbcdd3b87ef46a726b0c25c78d7e50c318015)

Author SHA1 Message Date
  Pratyush Mishra 370fbcdd3b Document `r1cs-std` 4 years ago
  Weikeng Chen c21d0b2796 Add `ToConstraintFieldGadget` (#278) 4 years ago
  Pratyush Mishra 40ce981801 Fix integer conversions and log2 4 years ago
  Pratyush Mishra 5e00793999 Switch to `tracing`-based constraint debugging 4 years ago
  Pratyush Mishra e22ab36f7e Fix nits 4 years ago
  Pratyush Mishra 6cca9327be Refactor bit iteration infrastructure: 4 years ago
  Pratyush Mishra 8022b598fb Update field variables in `r1cs-std` 4 years ago
  Weikeng Chen 61c70ed644 Prepare Zexe for recursion (#241) 4 years ago
  Dev Ojha a83914af50 Add mul_by_inverse to FieldGadget (#227) 4 years ago
  Dev Ojha 75439b9b4d Add constant folding to FpGadget<F> (#226) 4 years ago
  ValarDragon 349407faef Speed up exp_by_const 4 years ago
  Pratyush Mishra 75c55f7bee Change `from_repr` to output `Option<Self>` 4 years ago
  Georgios Konstantopoulos ecf863f541 expose function which enforces a <= (p-1)/2 5 years ago
  Georgios Konstantopoulos ea2adb4f7f fix(fp-cmp): use enforce unchecked in enforce unchecked function 5 years ago
  Kobi Gurkan 5cc094be6b Adds alloc_constant to AllocGadget (#189) 5 years ago
  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