Commit Graph

3732 Commits

Author SHA1 Message Date
parazyd
34bae7dc02 zk/gadget: Clean up. 2022-07-19 10:10:01 +02:00
parazyd
9cef0dccb2 zk/gadgets/native_range_check: Add TODO note for strict decompose. 2022-07-19 10:10:01 +02:00
parazyd
c35bed54f2 zk/gadget/less_than: Proper 2^m handling. 2022-07-19 10:10:01 +02:00
Janmajaya Mall
4d64237cb3 zk/gadget/less_than: Fixed less_than chip + tests pass 2022-07-19 10:10:01 +02:00
parazyd
605fb90878 zk/tests: Dump circuit layouts into target/ 2022-07-19 10:10:01 +02:00
parazyd
c221458a03 zk/gadget: 128 and 253-bit tests for native range check. 2022-07-19 10:10:00 +02:00
parazyd
ff85880a6d zk/gadget/native_range_check: Fix copy constraint. 2022-07-19 10:10:00 +02:00
parazyd
c192d0a26c zk/gadget/native_range_check: Test copy constraints. 2022-07-19 10:10:00 +02:00
parazyd
8b3c3e2adf zk/gadget: Clean up range_check into native_range_check. 2022-07-19 10:10:00 +02:00
Janmajaya Mall
68a4f1d9f0 zk/gadget/less_than: adds range_check sub-chip (tests still fail) 2022-07-19 10:10:00 +02:00
parazyd
308c2da124 zk/gadget/less_than: Tests and circuit layout. 2022-07-19 10:10:00 +02:00
parazyd
32ece50229 zk/gadget/range_check: Test 64 bits, 128 bits, and 253 bits. 2022-07-19 10:10:00 +02:00
parazyd
8615ff2241 zk/gadget/range_check: Set k=5 and test illegal cases for 64 bits. 2022-07-19 10:10:00 +02:00
parazyd
804ddc755e lib: Temporarily disable wasm-runtime. 2022-07-19 10:10:00 +02:00
Janmajaya Mall
6a4aaa2297 zk/gadget/range_check: Fixed chunk to value mapping of decomposed_chunks 2022-07-19 10:10:00 +02:00
parazyd
16d665cc72 zk/gadget/range_check: More test units and better assertion. 2022-07-19 10:10:00 +02:00
Janmajaya Mall
41a863e713 zk/less_than: added test_a_b_128_bits 2022-07-19 10:09:59 +02:00
Janmajaya Mall
fe5a032c60 zk/range_check: Fixed test_64_bit 2022-07-19 10:09:59 +02:00
parazyd
e0b4cba1f4 zk/range_check: Fix test compilation. 2022-07-19 10:09:59 +02:00
Janmajaya Mall
94d6416eb1 src/zk/gadget: added instruction functions for less_than gadget 2022-07-19 10:09:59 +02:00
Janmajaya Mall
57273be2cd src/zk/gadget: added configure for less_than gadget 2022-07-19 10:09:59 +02:00
Janmajaya Mall
dfc7d71940 added 64 bit test for range_check gadget 2022-07-19 10:09:59 +02:00
Janmajaya Mall
7a4016867a fixed mutability in decompose_value fn 2022-07-19 10:09:59 +02:00
Janmajaya Mall
e51ba71306 added fn in RangeCheckChip 2022-07-19 10:09:59 +02:00
Janmajaya Mall
95f12fde62 added configure for RangeCheckChip 2022-07-19 10:09:59 +02:00
Dastan-glitch
5a1c33cb97 bin/tau: add workspace feature 2022-07-18 23:54:12 +00:00
aggstam
b64edcbe41 src/consensus/proto: removed redundant continue 2022-07-19 00:09:27 +03:00
aggstam
8e8ae97c9d script/research/dhtd: decoupled structures, moved p2p actions inside Dht struct. 2022-07-19 00:06:07 +03:00
aggstam
7b0d19e8dd script/research/dhtd: renaming and added optional init lookup map 2022-07-19 00:06:07 +03:00
narodnik
ba4213f75e modified tate lichenbaum pairing 2022-07-18 19:21:29 +02:00
narodnik
6b47bcf7b2 add small note to pairing code 2022-07-17 21:17:59 +02:00
ghassmo
e00bc7d967 minor fix to log messages in tau and net 2022-07-16 17:21:14 +04:00
ghassmo
95f4de0a7d finishing github/irc-commit-message 2022-07-16 03:05:59 +04:00
aggstam
64a354fffa script/research/dhtd: simple lookup table impl added 2022-07-15 22:56:52 +03:00
TG × ⊙
455b349ebc nix flake: add packages and apps 2022-07-15 16:58:09 +00:00
aggstam
d585120315 script/research/dhtd: changed data storage from String to Vec<u8> 2022-07-14 16:25:15 +03:00
TG × ⊙
a779d218ab nix flake: rust 1.58 -> 1.60 2022-07-14 09:25:21 +00:00
aggstam
016f30e62d script/research/dhtd: implementation of a simple DHT. 2022-07-12 15:05:35 +03:00
ghassmo
2db183418d github/workflows: change irc-commit-message.yml title 2022-07-11 17:06:07 +03:00
ghassmo
f25d7fb406 .github/workflows: add irc commit notifications 2022-07-11 16:59:57 +03:00
ghassmo
3a8a66bdff update Cargo.toml info for ircd and tau 2022-07-11 16:46:19 +03:00
Dastan-glitch
f98063fa73 Revert "raft: remove redundant code"
This reverts commit b64f3f379d.
2022-07-10 23:54:59 +00:00
Dastan-glitch
51e67a0e0c bin/ircd: clip nicks with length more than MAXIMUM_LENGTH_OF_NICKNAME instead of skipping their msgs 2022-07-10 23:41:01 +00:00
Dastan-glitch
b64f3f379d raft: remove redundant code 2022-07-10 23:38:34 +00:00
Dastan-glitch
08e79bbea1 bin/tau: slight change in tasks styling 2022-07-10 23:37:01 +00:00
ghassmo
a8ddc5c44e tau: take comment as vector instead of string from cli 2022-07-10 22:27:53 +03:00
ghassmo
7abeea28b4 tau: remove old codes 2022-07-10 22:27:34 +03:00
ghassmo
cc823f1a65 util/time: remove the name of day when printing date 2022-07-10 22:25:54 +03:00
ghassmo
7f3c831d74 bin/tau: add start state and add more colore indicating the state 2022-07-10 22:09:32 +03:00
ghassmo
4203adc403 raft: increase sync attempts 2022-07-10 21:28:14 +03:00