SpinResearch / RustySecrets

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

Improvements to validation and errors #54

Closed psivesely closed 6 years ago

psivesely commented 6 years ago

Some changes and improvements to the validation process and error messaging. The commits are pretty granular changes, and if it isn't really obvious why a certain change was made, the corresponding commit message should have a detailed justification for said change.

psivesely commented 6 years ago

Okay, I was not testing with --all-features, which is why Travis failed.

psivesely commented 6 years ago

Rebased/ squashed fix into relevant commit. Travis should pass now.

romac commented 6 years ago

Very nice, thanks!