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

Support padding in Xor256 #34

Open
alexrp opened this issue May 23, 2022 · 1 comment
Open

Support padding in Xor256 #34

alexrp opened this issue May 23, 2022 · 1 comment
Labels
area: formats Issues related to the file format APIs. state: approved Feature requests and housekeeping tasks that have been approved. type: feature Issues that are classified as feature requests.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented May 23, 2022

public override PaddingMode Padding
{
get => base.Padding;
set
{
// TODO: Support padding?
_ = value == PaddingMode.None ? true : throw new CryptographicException();
PaddingValue = value;
}
}

@alexrp alexrp added state: approved Feature requests and housekeeping tasks that have been approved. type: feature Issues that are classified as feature requests. area: formats Issues related to the file format APIs. labels May 23, 2022
@alexrp alexrp added this to the v2.0 milestone May 23, 2022
@alexrp alexrp self-assigned this May 23, 2022
@alexrp alexrp modified the milestones: v2.0, v3.0 Aug 3, 2023
@alexrp alexrp modified the milestones: v3.0, v4.0 Aug 17, 2023
@alexrp alexrp removed their assignment Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: formats Issues related to the file format APIs. state: approved Feature requests and housekeeping tasks that have been approved. type: feature Issues that are classified as feature requests.
Development

No branches or pull requests

1 participant