1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00

update Cargo.lock, use constant time equality check, remove block-modes

This commit is contained in:
Артём Павлов [Artyom Pavlov] 2019-03-16 18:30:10 +03:00
parent 391b9c69c4
commit 72589443c7
5 changed files with 2232 additions and 17 deletions

View file

@ -35,7 +35,6 @@ extern crate sha1;
extern crate hmac;
extern crate pbkdf2;
extern crate aes;
extern crate block_modes;
extern crate librespot_protocol as protocol;