mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 02:09:26 +02:00
update aes-ctr to 0.3
This commit is contained in:
parent
57065620ef
commit
4bd0fc8b36
5 changed files with 37 additions and 5 deletions
|
@ -2,7 +2,7 @@ use std::io;
|
|||
|
||||
use aes_ctr::Aes128Ctr;
|
||||
use aes_ctr::stream_cipher::{
|
||||
NewFixStreamCipher, StreamCipherCore, StreamCipherSeek
|
||||
NewStreamCipher, SyncStreamCipher, SyncStreamCipherSeek
|
||||
};
|
||||
use aes_ctr::stream_cipher::generic_array::GenericArray;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue