SpinResearch / RustySecrets

🔑 Threshold Shamir's secret sharing in Rust
BSD 3-Clause "New" or "Revised" License
258 stars 33 forks source link

Bump deps in Cargo.toml #29

Closed s3clud3r closed 7 years ago

s3clud3r commented 7 years ago

Hi,

This PR updates Cargo.toml file with latest deps (in particular "ring" crate to 0.12).

BR

romac commented 7 years ago

First of all, sorry for the late reply, and thank you very much for the PR!

Sadly, I won't be able to merge it, as we are currently working on a big refactoring (+ more cool features), which encompasses the ones you submitted. We will release those changes publicly very soon (at least as a PR open for comments), and thus hope that you will not be too disappointed by the negative reply (which has nothing to do with your PR as such). We always welcome contributions, new issues, new ideas, and criticisms, and are looking forward to hearing your input on the upcoming pre-release!

Thanks again!

PS: I realise that the message above sounds very "corporate", sorry about that, it wasn't my intention when writing it up. I'm just not very good at interacting with people online…

s3clud3r commented 7 years ago

Hi,

Thank you for your reply ! Don't worry your message is very clear and not corporate at all ;) Happy to read that a new version will be released and very impatient to test it ! Thanks for your work.

BR