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

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


    from adc1453  add BLS test vectors
     new 8631f9e  sync code
     new 3600422  moved examples to BLS381 curve
     new 65f4b6b  removed some brower tests

The 3 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:
 examples/browser/example_AES_ENCRYPTION.html       |  149 ---
 examples/browser/example_BLS.html                  |    2 +-
 examples/browser/example_DVS_BLS383.html           |  162 ---
 examples/browser/example_ECC_BLS383_NIST521.html   |  217 ----
 examples/browser/example_ECC_NIST256.html          |  201 ---
 examples/browser/example_HASH.html                 |  115 --
 examples/browser/example_MPIN_BLS383.html          |  224 ----
 examples/browser/example_MPIN_FULL_BLS383.html     |  272 -----
 examples/browser/example_MPIN_ONE_PASS_BLS383.html |  228 ----
 examples/browser/example_MPIN_TP_BLS383.html       |  210 ----
 .../browser/example_RSA2048_ECDSA_NIST256.html     |  211 ----
 examples/browser/example_RSA2048_GENKEY.html       |  176 ---
 examples/browser/example_all.html                  | 1276 ++++++++++++++++++++
 ...example_DVS_BLS383.js => example_DVS_BLS381.js} |    2 +-
 ...83_NIST521.js => example_ECC_BLS381_NIST521.js} |    4 +-
 ...ample_MPIN_BLS383.js => example_MPIN_BLS381.js} |    2 +-
 ..._FULL_BLS383.js => example_MPIN_FULL_BLS381.js} |    2 +-
 ...S_BLS383.js => example_MPIN_ONE_PASS_BLS381.js} |    2 +-
 src/ecp.js                                         |   25 +-
 src/ecp2.js                                        |   23 +-
 src/ecp4.js                                        |   23 +-
 src/ecp8.js                                        |   23 +-
 src/pair.js                                        |   31 +-
 src/pair192.js                                     |   31 +-
 src/pair256.js                                     |   31 +-
 25 files changed, 1386 insertions(+), 2256 deletions(-)
 delete mode 100644 examples/browser/example_AES_ENCRYPTION.html
 delete mode 100644 examples/browser/example_DVS_BLS383.html
 delete mode 100644 examples/browser/example_ECC_BLS383_NIST521.html
 delete mode 100644 examples/browser/example_ECC_NIST256.html
 delete mode 100644 examples/browser/example_HASH.html
 delete mode 100644 examples/browser/example_MPIN_BLS383.html
 delete mode 100644 examples/browser/example_MPIN_FULL_BLS383.html
 delete mode 100644 examples/browser/example_MPIN_ONE_PASS_BLS383.html
 delete mode 100644 examples/browser/example_MPIN_TP_BLS383.html
 delete mode 100644 examples/browser/example_RSA2048_ECDSA_NIST256.html
 delete mode 100644 examples/browser/example_RSA2048_GENKEY.html
 create mode 100644 examples/browser/example_all.html
 rename examples/node/{example_DVS_BLS383.js => example_DVS_BLS381.js} (99%)
 rename examples/node/{example_ECC_BLS383_NIST521.js => 
example_ECC_BLS381_NIST521.js} (98%)
 rename examples/node/{example_MPIN_BLS383.js => example_MPIN_BLS381.js} (99%)
 rename examples/node/{example_MPIN_FULL_BLS383.js => 
example_MPIN_FULL_BLS381.js} (99%)
 rename examples/node/{example_MPIN_ONE_PASS_BLS383.js => 
example_MPIN_ONE_PASS_BLS381.js} (99%)

Reply via email to