1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 08:22:59 +01:00
actix-web/actix-http/src/ws
linkmauve abb462ef85 Replace sha1 dependency with sha-1 (#1258)
* Replace sha1 dependency with sha-1

This other crate is being maintained, and it offers better performances
when using the `asm` feature (especially [on
AArch64](https://github.com/RustCrypto/hashes/pull/97)).

* Update CHANGES.md with the sha-1 migration

* Add a test for hash_key()
2020-01-11 02:34:31 +09:00
..
codec.rs Add websockets continuation frame support 2019-12-12 14:06:54 +06:00
dispatcher.rs upgrade to actix-net release 2019-12-11 19:20:20 +06:00
frame.rs Use .advance() intead of .split_to() 2019-12-19 09:56:14 +06:00
mask.rs clippy warnings 2019-12-08 00:46:51 +06:00
mod.rs Add websockets continuation frame support 2019-12-12 14:06:54 +06:00
proto.rs Replace sha1 dependency with sha-1 (#1258) 2020-01-11 02:34:31 +09:00