magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
752 stars 80 forks source link

implement w.derive_key, decide ownership of key/verification stuff #67

Closed warner closed 3 years ago

warner commented 5 years ago

As mentioned in https://github.com/warner/magic-wormhole.rs/issues/9#issuecomment-379272954 , we still need to implement the top-level w.derive_key(purpose), and make sure it can only be called when we've got a verified key.

piegamesde commented 3 years ago

I think with the new public API (see #94), this cannot happen anymore. The key is only exposed to the user once it's verified.