whisperfish / libsignal-protocol-rs

A Rust interface to the Signal Protocol. DEPRECATED in favour of https://github.com/signalapp/libsignal-client ! Signal reimplemented the whole thing in Rust.
https://michael-f-bryan.github.io/libsignal-protocol-rs
GNU General Public License v3.0
44 stars 10 forks source link

Add to_bytes() to PublicKey and PrivateKey #73

Closed gferon closed 3 years ago

gferon commented 3 years ago

This is important to avoid unnecessary conversions when using the raw data public & private keys.