-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
area: formatsIssues related to the file format APIs.Issues related to the file format APIs.state: approvedEnhancements and tasks that have been approved.Enhancements and tasks that have been approved.
Milestone
Description
novadrop/src/formats/Cryptography/Xor256.cs
Lines 108 to 118 in 09d3a61
| public override PaddingMode Padding | |
| { | |
| get => base.Padding; | |
| set | |
| { | |
| // TODO: Support padding? | |
| _ = value == PaddingMode.None ? true : throw new CryptographicException(); | |
| PaddingValue = value; | |
| } | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: formatsIssues related to the file format APIs.Issues related to the file format APIs.state: approvedEnhancements and tasks that have been approved.Enhancements and tasks that have been approved.