mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
Upgrade aes-ctr
to latest aes
This commit is contained in:
parent
a33014f9c5
commit
89a5133bd7
7 changed files with 18 additions and 50 deletions
|
@ -8,9 +8,9 @@ use std::{
|
|||
task::{Context, Poll},
|
||||
};
|
||||
|
||||
use aes_ctr::{
|
||||
use aes::{
|
||||
cipher::generic_array::GenericArray,
|
||||
cipher::{NewStreamCipher, SyncStreamCipher},
|
||||
cipher::{NewCipher, StreamCipher},
|
||||
Aes128Ctr,
|
||||
};
|
||||
use futures_core::Stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue