mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 10:49:40 +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
|
@ -1,6 +1,6 @@
|
|||
use std::io::{self, Read};
|
||||
|
||||
use aes::Aes192;
|
||||
use aes::{Aes192, BlockDecrypt};
|
||||
use byteorder::{BigEndian, ByteOrder};
|
||||
use hmac::Hmac;
|
||||
use pbkdf2::pbkdf2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue