We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411763c commit f22a09cCopy full SHA for f22a09c
Algorithms/Crypto/Paddings/Pkcs7Padding.cs
@@ -74,7 +74,7 @@ public int AddPadding(byte[] input, int inputOffset)
74
/// <summary>
75
/// Removes the PKCS7 padding from the given input data.
76
/// </summary>
77
- /// <param name="input">The input data with PKCS7 padding. Must not be null and must have a vaild length and padding.</param>
+ /// <param name="input">The input data with PKCS7 padding. Must not be null and must have a valid length and padding.</param>
78
/// <returns>The input data without the padding as a new byte array.</returns>
79
/// <exception cref="ArgumentException">
80
/// Thrown if the input data is null, has an invalid length, or has an invalid padding.
0 commit comments