axelarnetwork / tofn

A threshold cryptography library in Rust
Apache License 2.0
107 stars 22 forks source link

fix: expose wire_bytes via api module #175

Closed ggutoski closed 2 years ago

ggutoski commented 2 years ago

wire_bytes::{deserialize, serialize} are currently not exposed via the api module. This PR corrects that.