LFDT-Lockness / generic-ec

Generic elliptic curve cryptography in Rust
Apache License 2.0
2 stars 2 forks source link

Add hash to scalar primitive #40

Closed survived closed 3 months ago

survived commented 3 months ago

Pipeline is failing because rand_hash repo is private. Pending approval to make it public. Upd: CI is working

maurges commented 3 months ago

Pipeline is failing because rand_hash repo is private

How does it even work for you locally? Do you have some override to fetch from github?

survived commented 3 months ago

Yep I have this in my ~/.gitconfig:

[url "ssh://git@github.com/dfns/rand_hash"]
    insteadOf = https://github.com/dfns/rand_hash
survived commented 3 months ago

@maurges rand_hash was made public, CI is working

maurges commented 3 months ago

I think we should publish rand-hash before merging and publishing this one.

survived commented 3 months ago

I think we should publish rand-hash before merging and publishing this one.

rand_hash is published, I updated the code to pull it from crates io