websockets-rs / rust-websocket

A WebSocket (RFC6455) library written in Rust
http://websockets-rs.github.io/rust-websocket/
MIT License
1.54k stars 222 forks source link

Replace sha1 crate with sha-1 #251

Closed linkmauve closed 4 years ago

linkmauve commented 4 years ago

This other crate is being maintained, it offers better performances (when using the asm feature, especially on AArch64). It also allows deduplicating SHA-1 crates in cargo-web.