Skip to content

Commit d65c7d1

Browse files
authored
Correct spelling for PKCS7 and ISO 1012-2 (TheAlgorithms#411)
1 parent ccf4647 commit d65c7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ find more than one implementation for the same objective but using different alg
2121
* [Algorithms](./Algorithms)
2222
* [Crypto](./Algorithms/Crypto/)
2323
* [Paddings](./Algorithms/Crypto/Paddings/)
24-
* [ISO-10125d2 Padding](./Algorithms/Crypto/Paddings/ISO10126d2Padding.cs)
24+
* [ISO 10125-2 Padding](./Algorithms/Crypto/Paddings/ISO10126d2Padding.cs)
2525
* [ISO 7816-4 Padding](./Algorithms/Crypto/Paddings/ISO7816d4Padding.cs)
26-
* [PKC7 Padding](./Algorithms/Crypto/Paddings/PKCS7Padding.cs)
26+
* [PKCS7 Padding](./Algorithms/Crypto/Paddings/PKCS7Padding.cs)
2727
* [Data Compression](./Algorithms/DataCompression)
2828
* [Burrows-Wheeler transform](./Algorithms/DataCompression/BurrowsWheelerTransform.cs)
2929
* [Huffman Compressor](./Algorithms/DataCompression/HuffmanCompressor.cs)

0 commit comments

Comments
 (0)