Driver: Remove legacy encryption algorithms.
There is probably some followup cleanup which can be done, but keeping the general structure intact might help if there are future changes on available (non-E2EE) algorithms.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use super::message::*;
|
||||
use crate::ws::Error as WsError;
|
||||
use aes_gcm::Error as CryptoError;
|
||||
use audiopus::Error as OpusError;
|
||||
use crypto_secretbox::aead::Error as CryptoError;
|
||||
use flume::SendError;
|
||||
use std::io::{Error as IoError, ErrorKind as IoErrorKind};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user