Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cipher: add BlockCipher::{encrypt_slice, decrypt_slice} #351

Merged
merged 1 commit into from
Nov 1, 2020

Conversation

tarcieri
Copy link
Member

Partially addresses #332.

Adds methods which work over an arbitrarily sized slice of blocks to encrypt/decrypt.

Provides a default implementation, but can be potentially further optimized by individual implementations.

cipher/src/block.rs Outdated Show resolved Hide resolved
Partially addresses #332.

Adds methods which work over an arbitrarily sized slice of blocks to
encrypt/decrypt.

Provides a default implementation, but can be potentially further
optimized by individual implementations.
@tarcieri tarcieri force-pushed the cipher/block-cipher-slice-ops branch from 34c5f30 to 032a4dd Compare October 31, 2020 14:27
@tarcieri tarcieri merged commit a2c62c5 into master Nov 1, 2020
@tarcieri tarcieri deleted the cipher/block-cipher-slice-ops branch November 1, 2020 15:47
@tarcieri tarcieri mentioned this pull request Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants