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

Use RustCrypto crates for AES-CBC/CTR #39

Closed newpavlov closed 5 years ago

newpavlov commented 5 years ago

Following the tweet, I think you can use RustCrypto crates (in addition to hmac and sha2), namely: aes, aes-ctr and block-modes