Commit Graph

21 Commits

Author SHA1 Message Date
Tom Godden
69003c80d4 Fix for add_many (issue #23) (#113)
Co-authored-by: Tom Godden <tgodden@vub.be>
Co-authored-by: mmagician <marcin.gorny.94@protonmail.com>
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
2023-01-19 17:01:05 -08:00
Michele Orrù
6d64f379a2 Fix with latest arkworks version. (#95)
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
2022-08-01 10:15:17 -07:00
Weikeng Chen
b7874406ec Upgrade to work with latest ark-ff (#90)
Co-authored-by: Sun <huachuang20@gmail.com>
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
2022-03-07 14:25:06 -08:00
Pratyush Mishra
65faa3e699 impl ToBytesGadget for Vec<UInt8> (#76) 2021-07-12 12:04:22 -07:00
Dev Ojha
5debc6f8f1 Rename AllocatedBit to AllocatedBool (#60)
* Rename AllocatedBit to AllocatedBool

* Update Changelog

* Fix independent fmt issues
2021-04-09 18:09:18 -05:00
Pratyush Mishra
736b552720 Fix 2021-03-24 14:00:57 +03:00
Pratyush Mishra
53b2ac48fa Fix UInt docs 2021-03-24 14:00:57 +03:00
Weikeng Chen
b741ffc33d replace rand with ark_std::rand and drop rand_xorshift (#51) 2021-02-04 14:24:29 -08:00
Tom Shen
05fee34686 Add Mux gadget (#48) 2021-02-04 13:52:29 -08:00
Kobi Gurkan
a8f737bf26 Fix boolean or comment (#44) 2021-01-27 00:46:13 -08:00
William Lin
2432ff4f88 Implement ToConstraintFieldGadget for Vec<UInt8> (#36)
* Implement ToConstraintFieldGadget for Vec<UInt8>

* Add documentation and implementation for slice

* Update documentation
2021-01-11 23:56:40 -08:00
Pratyush Mishra
20bd452cd9 Construct FpVar from bits (#35) 2021-01-11 16:24:39 -08:00
Pratyush Mishra
f52b866e59 Fix documentation links (#28) 2020-12-23 21:46:02 -06:00
Pratyush Mishra
0fd45d3d83 Reduce allocations in UInts 2020-12-08 23:13:33 -08:00
Weikeng Chen
68f08b94d2 Add UInt128 for u128 (#21) 2020-11-23 15:26:10 -08:00
Nirvan Tyagi
77dfd7dac6 'cargo +stable fmt' 2020-11-20 18:38:25 -08:00
Nirvan Tyagi
45a4c3b326 'cargo fmt' 2020-11-20 18:38:25 -08:00
Nirvan Tyagi
957ac48da4 Apply suggestions from code review
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
2020-11-20 18:38:25 -08:00
Nirvan Tyagi
0abb3a7dfe CondSelectGadget for UInts 2020-11-20 18:38:25 -08:00
Weikeng Chen
f4691621ee Add ToConstraintFieldGadget for ProjectiveVar (#13) 2020-11-12 01:41:59 -08:00
Pratyush Mishra
636f93a3e5 Update to arkworks libraries (#3)
Co-authored-by: Nicholas Ward <npward@berkeley.edu>
2020-10-19 11:07:59 -07:00