You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2020/02/07 10:08:56 UTC

[incubator-milagro-MPC] branch apache created (now 75f2c35)

This is an automated email from the ASF dual-hosted git repository.

kmccusker pushed a change to branch apache
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git.


      at 75f2c35  fix typo

This branch includes the following new commits:

     new 2ab79d8  initial commit
     new 68d7a7c  changed model name
     new d3f0588  add testvectors for MtA
     new fd76645  Merge pull request #2 from qredo/issue1
     new 6c5eda3  add schnorr proofs
     new d7a96f3  add VSS
     new 71c0c9c  complete phase 5 and use correct setup
     new 043ca02  clean paillier
     new 50dfe1a  add python files to gitignore
     new c4fd56c  Merge pull request #3 from qredo/update_python_model
     new 9430a89  update all values not required by Paillier to use bitcoin curve
     new 39f1af6  Merge pull request #5 from qredo/issue4
     new 2900141  add code  to generate r component
     new 2f1b41b  Merge pull request #9 from qredo/issue6
     new 14b5654  add s component calculation
     new 431d610  made seperate hash function to support bitcoin
     new 65b6e8c  added an ECDSA verfication function
     new 12f69f6  Merge pull request #10 from qredo/issue7
     new 768c97c  update paillier code and test vectors to reflect changes in milagro
     new 741a2ac  Merge remote-tracking branch 'origin' into update_python_model
     new 1062658  Merge pull request #12 from qredo/update_python_model
     new c0860d4  add bit commitment for MtA zk proofs
     new c8c128b  fix examples and test vectors
     new 0b9addc  add test vectors for bit commitment
     new 273797e  lint code
     new 3c38c39  Merge pull request #13 from qredo/add-mta-proofs
     new 95eef77  add docs for scratch. Started API layer
     new 1de0750  Merge pull request #17 from qredo/issue14
     new 75872fc  refactored code to support two actors
     new f3c5757  add integer factoring proof
     new 7345c53  Merge pull request #18 from qredo/issue15
     new 042cc72  add documentation and improve parameters computation
     new f814a9e  add general purpose commitment scheme
     new 05520bc  use the right length values in the commitment computation
     new aa927bf  add nm commitment
     new 8227ccf  add nm commitment tests
     new 16de273  add nm commitment example and benchmark
     new 69ed335  clean code and comments
     new 59ee161  speed up prove using crt
     new 6db995c  fix factoring parameters
     new 86d34e8  use optimized setup from paper
     new 4f2d332  refactor code to new Paillier API. Add CI. Fix docs
     new 0b0d1d2  fixed some style issues
     new 75200b1  Merge pull request #24 from qredo/issue16
     new 04befa3  Merge branch 'master' into add-commitments
     new ed9b8ec  Merge branch 'master' into add-integer-factoring-proof
     new 839b04b  Merge branch 'master' into issue22
     new 3773945  Merge pull request #19 from qredo/add-integer-factoring-proof
     new 3c2fcbd  Merge pull request #20 from qredo/add-commitments
     new 51e1f6c  Merge pull request #23 from qredo/issue22
     new b9c3479  use deterministic generators in python model
     new ebc3561  add ZKP of knowledge of factoring and tests
     new 02e9414  add benchmark and tests for factroing ZKP
     new 879e04d  Amend model to use NIZK proof and faster verification
     new 8b46ead  Add schnorr C implementation
     new d224d17  Add schnorr tests
     new c0acbdb  Add schnorr example and benchmark
     new dec4428  amend schnorr benchmark name
     new a5a753b  add python wrapper
     new 43a8d24  turn on python build for amcl
     new 4b93585  Merge pull request #34 from qredo/issue29
     new f895c86  Merge branch 'master' into issue21
     new b5f93ed  fix unit test usages
     new fff9401  Merge branch 'master' into issue25
     new d2318f1  Merge pull request #35 from qredo/issue25
     new 9838944  Merge branch 'master' into issue21
     new 5b6b920  Fix unit test linking
     new 5d9e0e4  Merge pull request #26 from qredo/issue21
     new 6159bb6  update and optimize model for bc commitments
     new 4572d1c  added code to dump Paillier keys
     new 573a992  format code
     new 997fdd6  add BC setup source and headers
     new 4d1fca6  Add benchmark for bc setup. Refactor benchmark common functions
     new 062953e  Add bc setup tests and test vectors
     new cd5ed48  Merge pull request #38 from qredo/issue37
     new f210a10  Refactor test utilities
     new 5f30db0  Merge branch 'master' into issue30
     new 4d783da  Link OBJECT libraries as objects for backward compatibility
     new 72f351c  format code
     new d6fd667  remove unnecessary read_OCTET
     new 1a759a9  do not copy .so files to python if BUILD_PYTHON is false
     new 8c84368  Merge pull request #39 from qredo/issue30
     new a9586c5  Split MTA and MPC code
     new 79a27f3  update README
     new 9306bd7  Merge pull request #40 from qredo/update-readme
     new 72691a7  Update model to use CRT and make ZKP non interactive
     new e8d7491  removed RNG API from python wrapper
     new f964c59  Add code and headers for mta Range proof
     new 717555d  Add debug statements and missing utilities to test utilities
     new abff27f  Add tests and test vectors
     new c83dcdd  Add bench and example
     new e520156  Merge pull request #42 from qredo/update-python
     new d97ee55  remove deprecated travis key
     new 92a946e  Merge pull request #43 from qredo/issue31
     new 0a9e957  apache release
     new 71b301a  remove qredo references
     new 75f2c35  fix typo

The 97 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.