[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new issue #7: HKDF

2019-08-13 Thread GitBox
kirk-baird opened a new issue #7: HKDF URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/7 # Issue As part of the BLS Standard HKDF is being used as part of the hash to curve function. # Required changes 1) Building HMAC's for the hashing algorithm according

[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new pull request #6: Documentation

2019-08-13 Thread GitBox
kirk-baird opened a new pull request #6: Documentation URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/6 There are not functional changes in this PR just increase the Documentation of methods and add a reference to the paper where the Montgomery calculations were

[GitHub] [incubator-milagro-crypto-js] JohnMcW opened a new issue #19: Add docusaurus headers to markdown files in the docs directory

2019-08-13 Thread GitBox
JohnMcW opened a new issue #19: Add docusaurus headers to markdown files in the docs directory URL: https://github.com/apache/incubator-milagro-crypto-js/issues/19 We copy the markdown files from this library's docs directory into this repo:

[GitHub] [incubator-milagro] spector-in-london opened a new pull request #13: Updating Website

2019-08-13 Thread GitBox
spector-in-london opened a new pull request #13: Updating Website URL: https://github.com/apache/incubator-milagro/pull/13 Moving develop branch into master to run asf-site build script This is an automated message from the

[GitHub] [incubator-milagro] spector-in-london merged pull request #12: Fixes

2019-08-13 Thread GitBox
spector-in-london merged pull request #12: Fixes URL: https://github.com/apache/incubator-milagro/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-milagro] spector-in-london opened a new pull request #12: Fixes

2019-08-13 Thread GitBox
spector-in-london opened a new pull request #12: Fixes URL: https://github.com/apache/incubator-milagro/pull/12 Merging fixes into develop This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-milagro] spector-in-london commented on issue #6: Web/documentation needs refresh

2019-08-13 Thread GitBox
spector-in-london commented on issue #6: Web/documentation needs refresh URL: https://github.com/apache/incubator-milagro/issues/6#issuecomment-520853611 Let's close issue. This is an automated message from the Apache Git

[GitHub] [incubator-milagro] spector-in-london closed issue #6: Web/documentation needs refresh

2019-08-13 Thread GitBox
spector-in-london closed issue #6: Web/documentation needs refresh URL: https://github.com/apache/incubator-milagro/issues/6 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-milagro-crypto-js] Mikerah closed pull request #18: Added missing parameters to ECDH DSA function

2019-08-13 Thread GitBox
Mikerah closed pull request #18: Added missing parameters to ECDH DSA function URL: https://github.com/apache/incubator-milagro-crypto-js/pull/18 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-milagro-crypto-js] Mikerah opened a new pull request #18: Added missing parameters to ECDH DSA function

2019-08-13 Thread GitBox
Mikerah opened a new pull request #18: Added missing parameters to ECDH DSA function URL: https://github.com/apache/incubator-milagro-crypto-js/pull/18 I added some missing parameters, namely `S` (private key) and `F` (message to sign) to `ECPSP_DSA`.