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(-)