Skip to content

cipher v0.4, digest v0.10.2, and crypto-common v0.1.2 - #849

Merged
newpavlov merged 1 commit into
masterfrom
cipher_v0.4
Feb 10, 2022
Merged

cipher v0.4, digest v0.10.2, and crypto-common v0.1.2 #849
newpavlov merged 1 commit into
masterfrom
cipher_v0.4

Conversation

@newpavlov

@newpavlovnewpavlov commented Dec 14, 2021

Copy link
Copy Markdown
Member

Split off from #727

ClosesRustCrypto/block-ciphers#131
Closes#272
Closes#31
Closes#890

Comment threadcipher/Cargo.toml Outdated
Comment threadcipher/src/stream_wrapper.rs Outdated
@newpavlov
newpavlov marked this pull request as ready for review February 6, 2022 00:26
@newpavlovnewpavlov changed the title cipher v0.4cipher v0.4, digest v0.10.2, and crypto-common v0.1.2 Feb 10, 2022
@newpavlov
newpavlov merged commit ff2dda4 into masterFeb 10, 2022
@newpavlov
newpavlov deleted the cipher_v0.4 branch February 10, 2022 07:23
@saiintbrisson

saiintbrisson commented May 29, 2022

Copy link
Copy Markdown

Hi! I've been facing some issues while migrating one of my old codes to the new cipher v0.4, and I can´t really find a solution when it comes to the AsyncStreamCipher changes. Is there a reason for its functions to consume self now instead of borrowing a mutable reference? I tried looking for an explanation or changelog about the change but wasn't able to do so, I'd be glad if you could link me to one.

@tarcieri

Copy link
Copy Markdown
Member

@saiintbrisson see discussion on #964

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants

@newpavlov@saiintbrisson@tarcieri