You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask what is the state of this library? Are you interested in maintaing it? I noticed that it uses an older rsa crate version. I can try to update it and send you PR if you are interested in maintaining this library.
Best regards,
Michal
The text was updated successfully, but these errors were encountered:
I tried to update dependencies, but I've got one problem with type
cargo test
Compiling rsa-fdh v0.4.1 (/home/michal/projects/kingdom/rsa-fdh)
error[E0308]: mismatched types
--> src/common.rs:47:13
|
47 | &zero,
| ^^^^^ expected struct `num_bigint_dig::biguint::BigUint`, found struct `BigUint`
|
= note: expected reference `&num_bigint_dig::biguint::BigUint`
found reference `&BigUint`
= note: perhaps two different versions of crate `num_bigint_dig` are being used?
I noticed that fdh library has dependency on "num-bigint-dig 0.6.1". Do you think that updating this dependency would help to solve this problem? I updated it on my local copy of fdh and tests passes fine. Should I send you a PR?
Hi @phayes
I would like to ask what is the state of this library? Are you interested in maintaing it? I noticed that it uses an older rsa crate version. I can try to update it and send you PR if you are interested in maintaining this library.
Best regards,
Michal
The text was updated successfully, but these errors were encountered: