1
0
Fork 0
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:
Roderick van Domburg 2022-01-08 20:51:51 +01:00
parent a33014f9c5
commit 89a5133bd7
No known key found for this signature in database
GPG key ID: A9EF5222A26F0451
7 changed files with 18 additions and 50 deletions

View file

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