45 Commits (0ffa409ec13ef8dad5d7ff75780f980daccc8b7e)

Author SHA1 Message Date
  Georgios Konstantopoulos 0ffa409ec1 Apply suggestions from code review 4 years ago
  Georgios Konstantopoulos f4e030793c test: ensure the Counter and the System match 4 years ago
  Georgios Konstantopoulos 695df979b5 chore: add helper 4 years ago
  Georgios Konstantopoulos 951a6226c9 feat: TestConstraintCounter 4 years ago
  Pratyush Mishra b1913a9ca7 Change default `to_bits` and `to_bytes` functions to the safe versions 4 years ago
  dependabot-preview[bot] b24e705527 Update `derivative` requirement from 1 to 2 (#140) 4 years ago
  ValarDragon 20af44e3c9 fix fmt check 4 years ago
  ValarDragon 23c6bb4bd0 Rename arguments to CondSelectGadget for code clarity 4 years ago
  Weikeng Chen 6c0ee7ffbc Follow the nightly's suggested fmt change 4 years ago
  weikeng e524e46d0b Add UInt64 used for representing Merkle tree node locations 4 years ago
  Pratyush Mishra 0df0a15e1b Blake PRF & R1CS Boolean Refactor (#132) 4 years ago
  ValarDragon 78e08aed97 Fix lint 4 years ago
  ValarDragon cba74c09d9 Fix error 4 years ago
  ValarDragon 3cb1ed06d6 Fix linter errors 4 years ago
  Pratyush Mishra 77837b4a1b Fix ns issue 4 years ago
  ValarDragon cb1bcb1cbf Fix ns 4 years ago
  ValarDragon b63d255ea3 Update to use bit iterator 4 years ago
  ValarDragon 8cce6501b8 Add exponentiation by constant to Fp 4 years ago
  Pratyush Mishra 7adcc69799 Generalize FFT infrastructure to work with group elements as well 4 years ago
  Pratyush Mishra 8bf042a029 Refactor `algebra` API, split into `algebra` and `algebra-core`. (#100) 4 years ago
  Pratyush Mishra bd501440cf Add new additive and multiplcative ops for fields 4 years ago
  Marek Kotewicz 9621bd34a4 r1cs-std works with no-std (#92) 4 years ago
  Marek Kotewicz a77972bf9a no_std for algebra and r1cs-core (#76) 4 years ago
  François Garillot b26867f267 Runs rustfmt on the repo 4 years ago
  Pratyush Mishra a3e1cd6cf2 Make libraries compile 4 years ago
  Pratyush Mishra 762793ccbd Update Cargo.toml 4 years ago
  Pratyush Mishra 40cf13b7b8 num_traits:: -> algebra:: 4 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. 4 years ago
  Kobi Gurkan b8a81b5dcb r1cs-std: makes extension field to_bits create namespaces for the individual elements 4 years ago
  Pratyush Mishra 2a8974e442 Boolean conditional select 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 d71bc5a675 Prefer to return error rather than ? them, 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 a244e719d1 Initial commit to extract crypto-primitives to new crate 5 years ago
  Pratyush Mishra 0a507b0a5f Upgrade ff-fft, gm17, and r1cs-std 5 years ago
  Pratyush Mishra bd723f9040 Initial commit 5 years ago
  Pratyush Mishra cfe2c8d29a Refactor FFT infrastructure (#28) 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