Commit Graph

71 Commits

Author SHA1 Message Date
Sean Bowe e80e165ab5 credit greg for zkcp! 2017-06-08 17:07:40 -06:00
Sean Bowe 36685f51d1 Fixed formatting. 2017-06-08 16:15:44 -06:00
Sean Bowe 1cf3d9235d Updated README to add Author information. 2017-06-08 16:05:01 -06:00
ebfull d343241c06 Merge pull request #2 from arielgabizon/master
modified get-libsnark for successful compiling
2017-04-07 10:45:26 -06:00
Ariel Gabizon 9439df1227 modified get-libsnark for successful compiling 2017-04-07 14:45:18 +03:00
Sean Bowe 952097ecb4 Update README 2016-02-26 21:42:08 -07:00
Sean Bowe d7103db723 Update jsonrpc dependency to avoid ssl linkage 2016-02-26 15:17:01 -07:00
Sean Bowe cb944f8e1b Change fee to 0.002 which appears to be better for no-delay right now. 2016-02-26 07:30:45 -07:00
Sean Bowe 38c50c6772 Change fee (for Bob) to 0.001 BTC. 2016-02-26 07:28:44 -07:00
Sean Bowe d7f2b49701 Added confirmation printout / prompt to begin spend for demo purposes. 2016-02-26 06:52:46 -07:00
Sean Bowe 2e3c6ea008 Change name again. 2016-02-25 13:48:41 -07:00
Sean Bowe b75892087e rename to createatomicswap 2016-02-24 11:46:51 -07:00
Sean Bowe bdf2b34121 Cleaned indentation 2016-02-22 15:45:41 -07:00
Sean Bowe 3c72ddf769 Randomly generate the key. Also, change in RPC interface. 2016-02-22 11:26:38 -07:00
Sean Bowe 06373f3a3c Move the rpc initialization to one place. 2016-02-16 15:40:10 -07:00
Sean Bowe f166c66972 Added redemption/solving, it works! 2016-02-14 14:16:15 -07:00
Sean Bowe deaa87d5f0 added remaining client functions 2016-02-14 10:33:20 -07:00
Sean Bowe aa32865436 Added some of the initial RPC work 2016-02-13 13:41:25 -07:00
Sean Bowe 65982f6e8b Make sudoku printing nicer for 16x16. 2016-02-09 15:01:33 -07:00
Sean Bowe 64d53133b6 Handle connection/deserialization failure. 2016-02-09 13:32:28 -07:00
Sean Bowe a87f081701 Removed old code 2016-02-09 00:50:40 -07:00
Sean Bowe 86c80dfe2f Perform the decryption of the solution. 2016-02-09 00:49:37 -07:00
Sean Bowe eeb627aff7 Set up basic client/server interaction. 2016-02-09 00:36:09 -07:00
Sean Bowe 96f05c11a4 Relocated snark stuff 2016-02-08 22:33:21 -07:00
Sean Bowe 985fd34fd9 Relocate the code to main.rs. 2016-02-08 22:26:51 -07:00
Sean Bowe 94046e0f1b Update readme 2016-01-09 15:12:24 -07:00
Sean Bowe 461138e4fe Small changes 2016-01-08 10:10:05 -07:00
Sean Bowe a78f96e227 performance improvements 2015-12-20 19:32:19 -07:00
Sean Bowe e8afc99715 Benchmarking 2015-12-20 18:47:05 -07:00
Sean Bowe b986be7dcf Reorganizing things a bit 2015-12-20 17:21:35 -07:00
Sean Bowe 22147b7edf Allow input for test. 2015-12-20 16:07:27 -07:00
Sean Bowe c3a84756a3 Added sudoku solver/generator 2015-12-20 14:30:47 -07:00
Sean Bowe 76b5f57dbe Added key caching 2015-12-19 23:17:51 -07:00
Sean Bowe 1e30a9e17c Fixing bugs, renaming stuff. 2015-12-19 20:24:40 -07:00
Sean Bowe 7753fa4a77 updated readme 2015-12-13 00:17:44 -07:00
Sean Bowe a0203e5d35 Added the rest of the decryption stuff 2015-12-12 23:56:39 -07:00
Sean Bowe a45fcbf674 Added client/server. 2015-12-12 22:51:10 -07:00
Sean Bowe ae4a7723e4 remove old test stuff 2015-12-12 16:50:54 -07:00
Sean Bowe d0de472471 verification and decryption 2015-12-12 16:44:10 -07:00
Sean Bowe 747ae246c2 Return the proof and decrypt the solution 2015-12-12 15:24:42 -07:00
Sean Bowe b7e088483e Reorganized a little bit 2015-12-12 13:09:04 -07:00
Sean Bowe fe6ff41ce2 Added initial rust stuff 2015-12-11 21:35:23 -07:00
Sean Bowe 0313026e95 Even better readme 2015-12-06 12:05:54 -07:00
Sean Bowe bd5ff13b60 Updated readme 2015-12-06 11:47:57 -07:00
Sean Bowe 6a45c35c38 Fixed bug in cipher, added XOR constraint to circuit. Circuit complete. 2015-12-06 11:46:46 -07:00
Sean Bowe 020c2f3604 Added encrypted solution as a primary input to snark 2015-12-06 10:51:43 -07:00
Sean Bowe 78cb737aae Added encryption/decryption of the solution outside the circuit 2015-12-06 09:43:45 -07:00
Sean Bowe 343bc00324 Updated readme 2015-12-05 22:21:19 -07:00
Sean Bowe d6e20fdc9f Implemented SHA256 constraint of key 2015-12-05 22:04:01 -07:00
Sean Bowe ad253ad10f Beginnings of adding key commitment 2015-12-05 21:28:18 -07:00