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

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


    from d6bd914  Merge pull request #17 from sigp/standard-update
     new 0707ae6  Remove unecessary copying
     new e00159c  Tidy up compiler warnings and remove clone from FF
     new cab5914  Cargo fmt
     new 40b9037  Merge develop and fix conflicts
     new 0a55e5d  Merge pull request #18 from sigp/copying

The 38 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:
 src/big.rs                  | 102 +++----
 src/bls381.rs               |  60 ++---
 src/bls381/iso.rs           | 158 +++++------
 src/dbig.rs                 |  42 +--
 src/ecdh.rs                 |  31 +--
 src/ecp.rs                  | 428 +++++++++++++-----------------
 src/ecp2.rs                 | 229 +++++++---------
 src/ecp4.rs                 | 272 +++++++++----------
 src/ecp8.rs                 | 440 +++++++++++++++----------------
 src/ff.rs                   |  55 ++--
 src/fp.rs                   | 134 ++++------
 src/fp12.rs                 | 448 ++++++++++++++-----------------
 src/fp16.rs                 | 273 +++++++++----------
 src/fp2.rs                  | 139 +++++-----
 src/fp24.rs                 | 510 +++++++++++++++++------------------
 src/fp4.rs                  | 308 ++++++++++------------
 src/fp48.rs                 | 630 +++++++++++++++++++++-----------------------
 src/fp8.rs                  | 303 ++++++++++-----------
 src/hash_to_curve.rs        |   4 +-
 src/mpin.rs                 |  23 +-
 src/mpin192.rs              |  21 +-
 src/mpin256.rs              |  21 +-
 src/pair.rs                 | 284 +++++++++-----------
 src/pair192.rs              | 250 ++++++++----------
 src/pair256.rs              | 322 ++++++++++------------
 src/roms/rom_bls381g1_32.rs |   4 +-
 src/roms/rom_bls381g1_64.rs |   4 +-
 src/roms/rom_bls381g2_32.rs |   4 +-
 src/roms/rom_bls381g2_64.rs |   4 +-
 29 files changed, 2456 insertions(+), 3047 deletions(-)

Reply via email to