polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Remove openssl, use rustls and rand instead #431

Closed bitfl0wer closed 9 months ago

bitfl0wer commented 9 months ago

This PR removes the dependency on openssl, which is not compatible with the wasm32-unknown-unknown target, completely. It is replaced by rustls for TLS/SSL and rand for cryptographically safe pseudo-RNG.