1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00
Commit graph

43 commits

Author SHA1 Message Date
dark64
ca612e43a5 remove install_hooks script, update readme 2020-05-14 17:25:50 +02:00
schaeff
aea3da0023 remove old osx, fix hyperlink 2020-02-20 17:02:59 +01:00
schaeff
ddd4b2085b update readme 2020-02-20 15:13:32 +01:00
William Entriken
27e9385a18 Whitespace and spelling fixes 2020-01-06 14:07:40 -05:00
Thibaut Schaeffer
b93bf6f1ef
Create binaries with libsnark disabled on new tags (#319)
* add appveyor, travis, remove libsnark as default, add push to gh

* fix appveyor

* change appveyor to nightly

* use cargo for build job

* change to build everywhere

* update token, reduce targets

* add more targets

* add on liner script

* remove rustc dep

* add need_cmd

* add check cmd

* simple brackets

* use check_cmd for curl

* copy stdlib to OUT_DIR

* ship stdlib in archive

* install stdlib, give PATH hints after build script

* clean

* comment

* scripts: ensure one-liner install script works with FreeBSD

* remove appveyor for now

* clean, remove windows, remove appveyor, remove travis test

* put back cross install

* fix stdlib test generation

* disable tests in travis

* restore test script to prevent tests to run..

* change scripts to keep same behaviour now that libsnark is disabled by default

* update docs with installer

* change docker to dockerhub

* change repo
2019-04-11 23:20:44 +02:00
schaeff
66d4244717 fix typo: change target to develop 2019-01-23 10:32:00 +01:00
schaeff
509609f56d use shields.io 2019-01-14 22:13:39 +01:00
schaeff
59df4bbaf2 fix #188 2019-01-03 10:35:54 +01:00
JacobEberhardt
4bbca45d1d ZoKrates spelling + typo fix. 2018-11-23 13:31:36 +01:00
Thibaut Schaeffer
a768a41690
Clean readme links, add contributor line 2018-11-22 23:21:34 +01:00
sdeml
765c0e1349 Merge branch 'develop' into update_readme
* develop: (53 commits)
  add contributor guidelines
  format with rustfmt 0.99.6, add to circleci
  add cargo lock from master
  remove cargo lock
  Add CircleCi config (#160)
  fmt and add fmt to CI
  minor fixes
  Implement boolean not
  Add compeent about flatten_boolean_expression postconditions
  Remove magic string constant in statement.rs
  Fix boolean or bugs
  Fix bool_or.code test
  Rename stdlib to corelib
  Add test of parsing boolean operator associativity.
  [add] new cases to folding
  Boolean or example
  [fix] parsing primitive conditions if we see a bad symbol
  [del] test.code file in root directory
  [add] changed associativity of boolean and on test
  Swap associativity in test
  ...

# Conflicts:
#	README.md
2018-11-20 19:33:22 +01:00
sdeml
d3d7f685a3 add logo 2018-11-20 10:00:12 +01:00
sdeml
d5506a7ed0 link readme to docs 2018-11-20 09:42:14 +01:00
schaeff
623f54f5b0 add contributor guidelines 2018-11-10 11:58:10 +01:00
schaeff
3b129a1c1d split libsnark and packing helpers 2018-10-23 17:28:17 +02:00
sdeml
2074d98f15 added changes on the API reference 2018-10-09 11:41:36 +02:00
sdeml
ba29690864
more explanations 2018-10-09 09:47:29 +02:00
sdeml
7aac272f2b changed readme as main is mandatory in default branch 2018-09-14 13:42:02 +02:00
Dennis Kuhnert
aa7e11aa88 Use zokrates dockerhub org 2018-07-07 18:03:46 +02:00
schaeff
e3b4c3336b add web3 intructions 2018-05-02 15:31:07 +02:00
Dennis Kuhnert
7140ea597c Fix badges 2018-03-22 11:52:02 +01:00
Dennis Kuhnert
bc88fae5c7 Add build yourself instructions; add master/develop badge 2018-03-22 11:20:43 +01:00
Dennis Kuhnert
b8c589da20 Add Jenkinsfile; Fix Warnings 2018-03-20 21:44:22 +01:00
schaeff
56c7787443 smaller headings for api ref 2018-03-05 21:28:04 +01:00
schaeff
985208b301 update README 2018-03-05 21:23:03 +01:00
The Gitter Badger
66ed8a4ea9 Add Gitter badge 2017-11-09 09:59:27 +00:00
Philipp Omenitsch
e03969d38e Changed case of zokrates to ZoKrates 2017-11-06 16:52:27 +01:00
Philipp Omenitsch
3cf53c8556
Fix example usage
Changed path to release in documentation to make the example work
2017-11-06 16:33:21 +01:00
Jacob Eberhardt
72695036d9 Readme updated 2017-10-30 09:56:05 +01:00
Jacob Eberhardt
36dce7a939 README updated 2017-10-29 16:59:24 +01:00
Jacob Eberhardt
cd012b1d88 Removed camelcase from program name -> zokrates 2017-10-23 17:57:16 +02:00
Jacob Eberhardt
395d15dbec CamelCase in Example 2017-10-23 16:28:04 +02:00
Jacob Eberhardt
0573584de0 naming 2017-10-23 11:41:51 +02:00
Dennis Kuhnert
22f2d4b705 Fix README docker image name 2017-06-18 12:56:12 +02:00
Dennis Kuhnert
a8796aecfa Fix dockerfile, add to README 2017-06-18 12:48:45 +02:00
Jacob Eberhardt
397c99437a README updated. 2017-03-22 19:01:26 +01:00
Dennis Kuhnert
a8a67cd045 Add correct Pow and Div implementation and tests for FieldPrime 2017-02-19 11:04:58 +01:00
Dennis Kuhnert
e815ee7590 Add Field and its missing functionalities to the program workflow
Division not correct yet
2017-02-18 23:02:28 +01:00
Dennis Kuhnert
175ed352bf Add @author and grammar notes 2017-02-07 11:53:42 +01:00
Dennis Kuhnert
2f0a85c5db Update README with features and examples 2017-02-02 16:26:54 +01:00
Dennis Kuhnert
f31e109413 Add Sub to R1CS; Add Dockerfile
Change CURVE to ALT_BN128
Remove 'Expression::' with import
2017-02-01 17:24:44 +01:00
Dennis Kuhnert
9e3d4bed6b Add witness calculation; Add complete run of libsnark 2017-01-30 00:50:35 +01:00
Dennis Kuhnert
cabe205949 Initial commit 2017-01-27 19:08:59 +01:00