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 c492975 Merge pull request #23 from sigp/ecp-to-string
new cc1b6e8 Update to hash to curve version 7
new 1fd5b33 Add equality checks
new 9a2581f Merge branch 'standard-update' into hash-to-curve-07
new d8f3bb9 Merge pull request #21 from sigp/hash-to-curve-07
The 44 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/bls381.rs | 132 ++-------------------
src/ecp.rs | 2 +
src/ecp2.rs | 2 +
src/fp.rs | 23 ++--
src/fp12.rs | 2 +
src/fp2.rs | 19 ++-
src/fp4.rs | 2 +
src/hash256.rs | 10 +-
src/hash384.rs | 10 +-
src/hash512.rs | 10 +-
src/hash_to_curve.rs | 87 ++++++++------
src/roms/rom_bls381g1_32.rs | 4 +-
src/roms/rom_bls381g1_64.rs | 6 +-
src/roms/rom_bls381g2_32.rs | 6 +-
src/roms/rom_bls381g2_64.rs | 6 +-
.../BLS12381G1_XMD:SHA-256_SSWU_NU_.json | 43 ++++---
.../BLS12381G1_XMD:SHA-256_SSWU_RO_.json | 67 ++++++-----
.../BLS12381G1_XMD:SHA-256_SVDW_NU_.json | 43 ++++---
.../BLS12381G1_XMD:SHA-256_SVDW_RO_.json | 67 ++++++-----
.../BLS12381G2_XMD:SHA-256_SSWU_NU_.json | 43 ++++---
.../BLS12381G2_XMD:SHA-256_SSWU_RO_.json | 67 ++++++-----
.../BLS12381G2_XMD:SHA-256_SVDW_NU_.json | 43 ++++---
.../BLS12381G2_XMD:SHA-256_SVDW_RO_.json | 67 ++++++-----
src/test_utils/test_vector_structs.rs | 1 -
24 files changed, 331 insertions(+), 431 deletions(-)