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

cts: initial crate #70

Merged
merged 2 commits into from
Nov 1, 2024
Merged

cts: initial crate #70

merged 2 commits into from
Nov 1, 2024

Conversation

newpavlov
Copy link
Member

Closes #59

pub struct Error;

/// Encryption functionality of CTS modes.
pub trait Encrypt: Sized {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These traits later will be moved to the cipher crate.

@newpavlov newpavlov mentioned this pull request Oct 31, 2024
3 tasks
@newpavlov newpavlov merged commit 6656862 into master Nov 1, 2024
66 checks passed
@newpavlov newpavlov deleted the cts branch November 1, 2024 07:20
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.

Support for CTS?
1 participant