SpinResearch / RustySecrets

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

simple cli example #14

Closed mcginty closed 7 years ago

mcginty commented 7 years ago

just for fun.

i was checking out the library and thought this was missing if anyone wanted to quickly play around and see what the outputs looked like.

garrettr commented 7 years ago

@FredericJacobs This PR looks great, is there any reason why it hasn't been merged?

FredericJacobs commented 7 years ago

We had a CLI, we removed it to put it in a separate repo. This repo was for the library only.

The CLI repo has not yet been open-sourced because it doesn't support the new arguments for integrity checking and QR formats.

evq commented 7 years ago

@FredericJacobs I'd love to use the CLI you mentioned, is there any update on it being made available?