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 <[email protected]>
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(-)

Reply via email to