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.

Home Page:https://michael-f-bryan.github.io/libsignal-protocol-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use RustCrypto crates for AES-CBC/CTR

newpavlov opened this issue · comments

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