mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #239] [MERGED] Replace rust-crypto crate with RustCrypto crates #845
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#845
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/librespot-org/librespot/pull/239
Author: @newpavlov
Created: 7/23/2018
Status: ✅ Merged
Merged: 3/20/2019
Merged by: @sashahilton00
Base:
master← Head:master📝 Commits (10+)
e467702replace rust-crypto's hashes, HMAC and PBKDF21f1cd11aes-ctr2ae5589bump min Rust version to 1.270626655update dependencies7725915Merge branch 'master' into master5706562update deps4bd0fc8update aes-ctr to 0.354974d8update Cargo.lock391b9c6Merge branch 'master' into master7258944update Cargo.lock, use constant time equality check, remove block-modes📊 Changes
15 files changed (+335 additions, -139 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
Cargo.lock(+230 -24)📝
Cargo.toml(+2 -4)📝
audio/Cargo.toml(+1 -1)📝
audio/src/decrypt.rs(+19 -28)📝
audio/src/lib.rs(+1 -1)📝
connect/Cargo.toml(+4 -1)📝
connect/src/discovery.rs(+25 -25)📝
connect/src/lib.rs(+5 -1)📝
core/Cargo.toml(+4 -1)📝
core/src/authentication.rs(+27 -37)📝
core/src/connection/handshake.rs(+8 -7)📝
core/src/lib.rs(+4 -1)📝
src/lib.rs(+0 -1)📝
src/main.rs(+4 -6)📄 Description
As was discussed in the #128. Currently this PR lacks only AES-CTR in
audio/src/decrypt.rsandconnect/src/discovery.rs, which will require some work on RustCrypto side.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.