[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new issue #32: Add compression for `tobytes()` for `ECP` over extensions larger than 1

2020-05-08 Thread GitBox
kirk-baird opened a new issue #32: URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/32 # What is the issue Currently `ECP::tobytes()` is the only one with point compression It should be added for `ECP2`, `ECP4`, `ECP8` to half the size of the bytes

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

2020-05-08 Thread GitBox
kirk-baird opened a new pull request #31: URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/31 # Issue Addressed #25 # What has been changes Implementation of the

[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new issue #30: Tests HKDF for SHA2-384

2020-05-08 Thread GitBox
kirk-baird opened a new issue #30: URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/30 # What is the issue There are currently no tests for SHA2-384 (`HASH384`). # What needs to be done Tests need to be written, unfortunately SHA2-384 does not have