LFDT-Lockness / paillier-zk

Zero-knoledge proofs of some paillier cryptosystem properties for use in CGGMP21
Apache License 2.0
0 stars 1 forks source link

Implement missing traits #1

Closed survived closed 1 year ago

survived commented 1 year ago

PR implements certain traits for structs in the crate, exposes some structs, which's needed for working with the library. Also changes dependency url scheme, and makes binumber backend changable.

maurges commented 1 year ago

So we're using https urls instead of scp after all? I misunderstood your last message it seems.

survived commented 1 year ago

So we're using https urls instead of scp after all? I misunderstood your last message it seems.

Yep I suggested to use https instead of ssh urls. You can use write this in your ~/.gitconfig, so any https:// is replaced by ssh:// by your git client:

[url "git@github.com:dfnsco"]
        insteadOf = https://github.com/dfnsco
[url "git@github.com:dfns-labs"]
        insteadOf = https://github.com/dfns-labs