iotaledger / crypto.rs

The canonical source of cryptographic ground-truth for IOTA projects that use Rust.
https://iota.org
64 stars 22 forks source link

Additional changes for slip10 rewrite #196

Closed DaughterOfMars closed 1 year ago

DaughterOfMars commented 1 year ago

I spent some time thinking of ways to make the process of derivation fully statically typed to avoid errant panics. The result isn't perfect, but I think the compromise is probably worth it.

DaughterOfMars commented 1 year ago

Closing for now, as the problems are difficult to solve cleanly.