c0dearm / sharks

Fast, small and secure Shamir's Secret Sharing library crate
https://crates.io/crates/sharks
Other
59 stars 12 forks source link

fix: show TryFrom trait import in doc #16

Closed DCsunset closed 4 years ago

DCsunset commented 4 years ago

The TryFrom trait import was originally hidden in the example. However, to make the try_from method work correctly, the trait TryFrom needs to be used in the code. So I fix the code in the doc.