Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error: could not find traits in super #160

Closed
HRezaei opened this issue Dec 27, 2021 · 4 comments
Closed

Build error: could not find traits in super #160

HRezaei opened this issue Dec 27, 2021 · 4 comments

Comments

@HRezaei
Copy link

HRezaei commented Dec 27, 2021

The command cargo build raises an error like this:

use super::traits::Hash;
| ^^^^^^ could not find `traits` in `super`

There is no traits module in the upper-level folder. Should it be use std::hash::Hash instead?

@elichai
Copy link
Contributor

elichai commented Dec 27, 2021

  1. Are you sure you're on the latest curv?
  2. What rust version are you using?

I think these files actually aren't used anywhere since #129, I'll open a PR to remove them

@HRezaei
Copy link
Author

HRezaei commented Dec 27, 2021

  1. Yes, curv-kzen = "0.9.0"
  2. rustc 1.58.0-nightly (d914f17ca 2021-11-16)

Thanks. 🙏

@HRezaei
Copy link
Author

HRezaei commented Dec 28, 2021

Thanks for merging the PR #161, but would you please create a new tag and update the dependencies in the bulletproof, centipede, rust-paillier, zk-paillier, eddsa/curv-0.9, etc? 🙏🏻

@leontiadZen
Copy link
Contributor

#173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants