poanetwork / hbbft

An implementation of the paper "Honey Badger of BFT Protocols" in Rust. This is a modular library of consensus.
Other
357 stars 96 forks source link

How do we save serialize Secret Key to Vec<u8>? #439

Closed vinay10949 closed 2 years ago

vinay10949 commented 2 years ago

How do we save serialize Secret Key to Vec? So that i could import it later.

vinay10949 commented 2 years ago

its resolved