1
0
Fork 0
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:
newpavlov 2018-12-06 12:49:23 +03:00
parent 57065620ef
commit 4bd0fc8b36
5 changed files with 37 additions and 5 deletions

View file

@ -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;