Commit Graph

374 Commits

Author SHA1 Message Date
ada
67dffa2887 Merge pull request #21 from narodnik/feature/lisp
Feature/lisp
2021-02-12 20:48:34 +01:00
ada
af4dccbdec Merge pull request #20 from mileschet/feature/lisp
jubjub solved
2021-02-12 20:48:03 +01:00
ada
2ebaa169b2 jubjub solved 2021-02-12 20:47:13 +01:00
ada
1485ffe509 Merge pull request #19 from narodnik/feature/lisp
Feature/lisp
2021-02-12 20:11:39 +01:00
ada
9e6374a2e8 Merge pull request #18 from mileschet/feature/lisp
fixing jubjub
2021-02-12 20:11:14 +01:00
ada
e9dc84a5d2 fixing jubjub 2021-02-12 20:10:00 +01:00
ada
c3bcde2d25 Merge pull request #17 from narodnik/feature/lisp
Feature/lisp
2021-02-12 19:44:50 +01:00
ada
878d6e2b84 Merge pull request #16 from mileschet/feature/lisp
jubjub-add fixed
2021-02-12 19:44:24 +01:00
ada
2de8ac7b35 jubjub-add fixed 2021-02-12 19:43:58 +01:00
ada
be30eac9b4 Merge pull request #15 from narodnik/feature/lisp
Feature/lisp
2021-02-12 14:02:49 +01:00
ada
aed5b7187e Merge pull request #14 from mileschet/feature/lisp
ordered enforce
2021-02-12 14:02:23 +01:00
ada
181ef6cf10 ordered enforce 2021-02-12 14:01:57 +01:00
ada
60ec7753e2 Merge pull request #13 from mileschet/feature/lisp
Feature/lisp
2021-02-11 22:14:56 +01:00
ada
f8642572ed added todo 2021-02-11 22:14:21 +01:00
ada
45b407b09c inverse proof for new-cs 2021-02-11 21:53:17 +01:00
ada
8e06b5c00f prove without refactor 2021-02-11 21:50:56 +01:00
ada
bd02c75a0f debugging 2021-02-11 20:56:35 +01:00
ada
b652168355 debugging 2021-02-11 20:55:42 +01:00
ada
fd94157501 Merge pull request #12 from narodnik/feature/lisp
Feature/lisp
2021-02-10 21:53:21 +01:00
ada
931165e302 Merge pull request #11 from mileschet/feature/lisp
Feature/lisp
2021-02-10 21:52:45 +01:00
ada
32746d0748 adding verify on lisp 2021-02-10 21:51:54 +01:00
ada
fdaebbef08 some random adjustments on groth16 proof 2021-02-10 00:54:23 +01:00
ada
282f0c87d6 added prove 2021-02-08 17:54:57 +01:00
ada
cc42e9097d added prove.out file to debug proof and verify 2021-02-08 00:45:04 +01:00
ada
a7788bfb68 adde str conversion on alloc 2021-02-07 23:53:57 +01:00
ada
f0a67ce7e3 adde str conversion on alloc 2021-02-07 23:51:05 +01:00
ada
98649a6da3 added sub, add scalar for vector and func 2021-02-07 17:05:29 +01:00
ada
81cad32d9c Merge pull request #10 from mileschet/feature/lisp
added div and mul scalar, fix when param is a func
2021-02-07 16:17:44 +01:00
ada
4c04bb2cd7 added div and mul scalar, fix when param is a func 2021-02-07 16:17:03 +01:00
ada
743a5b0701 Merge pull request #9 from narodnik/feature/lisp
Feature/lisp
2021-02-07 12:31:03 +01:00
ada
ce52ac7ac3 Merge pull request #8 from mileschet/feature/lisp
Feature/lisp
2021-02-07 12:30:13 +01:00
ada
88270e6b58 enforce field with constants and params 2021-02-07 12:29:14 +01:00
ada
1857ed1f5f added constants on the lisp circuit 2021-02-07 11:42:06 +01:00
ada
a0427cb3e1 added constant on jubjubadd sample 2021-02-06 17:34:58 +01:00
ada
7bc1b95982 add constant to enforce field 2021-02-06 17:29:22 +01:00
ada
00ec659416 major fix on scalar add and alloc returns 2021-02-06 12:16:44 +01:00
ada
86f7f08f61 Merge pull request #7 from mileschet/master
Merging lisp v0 to master branch
2021-02-02 11:27:04 +01:00
ada
abc1088758 Merge pull request #1 from mileschet/feature/lisp
Feature/lisp
2021-02-02 11:25:56 +01:00
ada
6abf0023f8 merge 2021-02-02 11:24:59 +01:00
ada
6ff1f81e3d Merge pull request #6 from mileschet/feature/lisp
Feature/lisp
2021-02-02 10:58:22 +01:00
ada
c3c150fcd0 added enforce for left, right and output 2021-02-02 10:55:05 +01:00
ada
94208ee338 added dependencies 2021-02-02 08:34:29 +01:00
ada
5fc4142edb fix warnings 2021-02-02 07:55:03 +01:00
ada
391397ee62 alloc input on synt 2021-02-01 21:33:02 +01:00
ada
4a8b4b4b95 syntethize circuit 2021-02-01 21:25:33 +01:00
narodnik
2c0d8c9a8d Fixed 3 bugs:
1. Skip writing or reading anything from the socket when payload size is 0
2. Ping/Pong write their payload in pack()
3. Race conditions caused by having protocol subscriptions inside spawned tasks. Instead these have now been moved to class constructors. This enables messages to be queued for that protocol subsystem while it is setting up itself. Once it is ready the messages can be read and processed. See the changes for files protocols/protocol_address.rs and protocols/protocol_version.rs
2021-02-01 18:32:00 +01:00
narodnik
c42450c301 reorder logs tool 2021-02-01 14:22:11 +01:00
ada
bc31a6e538 lisp circuit print allocs and enforce 2021-02-01 02:18:30 +01:00
ada
3cd1da916c Merge pull request #5 from mileschet/feature/lisp
Feature/lisp
2021-02-01 02:08:33 +01:00
ada
b808eba531 begin setup with enforce, alloc and alloc input 2021-02-01 02:07:20 +01:00