[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new pull request #23: Fix ecp tostring

2020-05-03 Thread GitBox
kirk-baird opened a new pull request #23: URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/23 # Issue `ECP::tostring()` was not calling affine before printing the (x, y) coordinates and so they were out by the `Z` factor. # Fix Call `affine()` before ou

[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new issue #22: Update hash-to-curve for curves other than BLS381

2020-05-03 Thread GitBox
kirk-baird opened a new issue #22: URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/22 # Issue Hash-to-curve functionality has been implemented for BLS381 however it has not been implemented for any other curves. # ToDo Implement `hash-to-curve` for a

[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new pull request #21: Update to hash-to-curve version 7 for BLS381

2020-05-03 Thread GitBox
kirk-baird opened a new pull request #21: URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/21 # Issue Addressed #20 # What has been changed `sgn0` is to be used as parity for field elements. Slight change and DST length to prevent potential length at

[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new issue #20: Hash-to-curve 07

2020-05-03 Thread GitBox
kirk-baird opened a new issue #20: URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/20 # What is the issue The BLS standard has updated to [hash-to-curve-07](https://tools.ietf.org/html/draft-irtf-cfrg-hash-to-curve-07). These are breaking changes and need t