Use bitcoin_hashes' fixed_time_eq, removing the rust-crypto dep
[rust-lightning] / src / util / chacha20poly1305rfc.rs
2018-12-20 Matt CoralloUse bitcoin_hashes' fixed_time_eq, removing the rust...
2018-12-20 Matt CoralloDrop rust-crypto trait usage
2018-12-20 Matt CoralloSteal rust-crypto's Poly1305 implementation wholesale
2018-12-20 Matt CoralloSteal rust-crypto's ChaCha20 implementation wholesale
2018-08-06 Matt CoralloMerge pull request #108 from TheBlueMatt/2018-08-fuzz...
2018-08-03 Matt CoralloStub out ChaCha20 non-HMAC encryption/decryption in...
2018-03-23 Matt CoralloMerge pull request #15 from TheBlueMatt/master
2018-03-23 Matt CoralloStub out ChaCha20Poly1305RFC when fuzzing
2018-02-16 Matt Coralloinitial checkin