Results 74 comments of Lovesh Harchandani

Sure. On Mon, Feb 17, 2020, 12:13 PM Hansie Odendaal wrote: > Would you mind if we try to get it added? I think it would be worthwhile. > >...

Hi @hansieodendaal. I will do them over this weekend.

@hansieodendaal I have updated the bulletproof dependency branch. My branch `smt` has the dalek's branch `develop` merged.

Hi, Sorry for the late reply. Its using my [fork](https://github.com/lovesh/bulletproofs) of dalek's bulletproofs library and its specified in Cargo.toml [here](https://github.com/lovesh/bulletproofs-r1cs-gadgets/blob/master/Cargo.toml#L22).

Points in G1 can be compressed but points in G2 cannot be using amcl. But Miracl Core does [support compression of G2](https://github.com/miracl/core/blob/master/rust/ecp2.rs#L227). I don't know if copying the compression code...

The author of AMCL is willing to make an exception for point compression and willing to allow moving Miracl Core's code over to AMCL provided we make the change for...

I just found out that Miracl Core has been released as Apache-2. So no point maintaining miracl/amcl. Need to replace miracl/amcl in https://github.com/lovesh/amcl_rust_wrapper with miracl/core

The link in Readme is wrong anyway but AMCL used underneath is https://github.com/miracl/amcl and not https://github.com/apache/incubator-milagro-crypto-rust. I see that miracl/amcl is more frequently updated and maintained by M.Scott. Whats the...

@kirk-baird I find the code at https://github.com/miracl/amcl/tree/master/version3/rust more recent than at apache/incubator-milagro-crypto-rust. Do you plan to keep reconciling the changes?

Hi. Is `BLS like` [this one](https://crates.io/crates/bls-like)? I have not compared yet. But since there is no standard way to "hash to curve" yet, I don't think our "hash to curve"...