-
Notifications
You must be signed in to change notification settings - Fork 111
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
Comments
I think these files actually aren't used anywhere since #129, I'll open a PR to remove them |
Thanks. 🙏 |
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? 🙏🏻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The command
cargo build
raises an error like this:use super::traits::Hash;
| ^^^^^^ could not find `traits` in `super`
curv/src/cryptographic_primitives/hashing/hash_sha256.rs
Line 10 in 4665149
There is no traits module in the upper-level folder. Should it be
use std::hash::Hash
instead?The text was updated successfully, but these errors were encountered: