1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 10:19:27 +02:00

Refactor authentication to separate protocol and token generation.

This commit is contained in:
Paul Lietar 2016-03-13 20:45:31 +00:00
parent 25bd38fd13
commit 39af43728a
5 changed files with 262 additions and 243 deletions

View file

@ -2,7 +2,7 @@
mod audio_decrypt;
mod audio_file;
mod audio_key;
mod authentication;
pub mod authentication;
mod connection;
mod diffie_hellman;
pub mod discovery;