You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by br...@apache.org on 2019/06/13 09:49:22 UTC

[incubator-milagro-crypto] branch master updated (9c03f84 -> bc00020)

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

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


    from 9c03f84  Merge pull request #6 from apache/bug-fix
     add 6fcc677  update code
     new bc00020  Merge pull request #7 from apache/update

The 1 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.


Summary of changes:
 version3/c/arch.h                  |  7 ++----
 version3/c/big.c                   | 14 ++++++++++++
 version3/c/big.h                   |  8 +++++++
 version3/c/rom_curve_BN254CX.c     |  2 +-
 version3/cpp/big.cpp               | 14 ++++++++++++
 version3/cpp/big.h                 |  8 +++++++
 version3/cpp/ecp.cpp               |  2 +-
 version3/cpp/rom_field_NIST521.cpp |  2 +-
 version3/go/DBIG.go                | 11 +++++++++
 version3/go/ROM_SECP256K1_64.go    |  2 +-
 version3/java/DBIG32.java          | 10 ++++++++
 version3/java/DBIG64.java          | 10 ++++++++
 version3/js/fp.js                  |  4 ++--
 version3/js/fp12.js                | 47 +++++++++++++++++++++-----------------
 version3/readme.txt                |  5 ++--
 version3/rust/src/dbig.rs          | 16 +++++++++++++
 version3/rust/src/ecp.rs           | 19 +++++----------
 version3/rust/src/ecp2.rs          |  4 +---
 version3/rust/src/fp.rs            |  4 +++-
 version3/swift/dbig.swift          |  9 ++++++++
 20 files changed, 146 insertions(+), 52 deletions(-)


[incubator-milagro-crypto] 01/01: Merge pull request #7 from apache/update

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto.git

commit bc000209c88d842a83ffb0d1950438a1d2e43602
Merge: 9c03f84 6fcc677
Author: Brian Spector <sp...@users.noreply.github.com>
AuthorDate: Thu Jun 13 10:49:17 2019 +0100

    Merge pull request #7 from apache/update
    
    update code

 version3/c/arch.h                  |  7 ++----
 version3/c/big.c                   | 14 ++++++++++++
 version3/c/big.h                   |  8 +++++++
 version3/c/rom_curve_BN254CX.c     |  2 +-
 version3/cpp/big.cpp               | 14 ++++++++++++
 version3/cpp/big.h                 |  8 +++++++
 version3/cpp/ecp.cpp               |  2 +-
 version3/cpp/rom_field_NIST521.cpp |  2 +-
 version3/go/DBIG.go                | 11 +++++++++
 version3/go/ROM_SECP256K1_64.go    |  2 +-
 version3/java/DBIG32.java          | 10 ++++++++
 version3/java/DBIG64.java          | 10 ++++++++
 version3/js/fp.js                  |  4 ++--
 version3/js/fp12.js                | 47 +++++++++++++++++++++-----------------
 version3/readme.txt                |  5 ++--
 version3/rust/src/dbig.rs          | 16 +++++++++++++
 version3/rust/src/ecp.rs           | 19 +++++----------
 version3/rust/src/ecp2.rs          |  4 +---
 version3/rust/src/fp.rs            |  4 +++-
 version3/swift/dbig.swift          |  9 ++++++++
 20 files changed, 146 insertions(+), 52 deletions(-)