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

Create new librespot-core crate

This commit is contained in:
Paul Lietar 2017-08-03 19:58:44 +01:00
parent d59f3eff81
commit bf60f6e7ab
38 changed files with 293 additions and 141 deletions

View file

@ -5,7 +5,7 @@ use num_traits::FromPrimitive;
use std::io;
use std::ops::Add;
use audio_key::AudioKey;
use core::audio_key::AudioKey;
const AUDIO_AESIV: &'static [u8] = &[0x72, 0xe0, 0x67, 0xfb, 0xdd, 0xcb, 0xcf, 0x77, 0xeb, 0xe8,
0xbc, 0x64, 0x3f, 0x63, 0x0d, 0x93];