File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ find more than one implementation for the same objective but using different alg
27
27
* [ TBC Padding] ( ./Algorithms/Crypto/Paddings/TbcPadding.cs )
28
28
* [ PKCS7 Padding] ( ./Algorithms/Crypto/Paddings/Pkcs7Padding.cs )
29
29
* [ Digests] ( ./Algorithms/Crypto/Digests/ )
30
+ * [ Ascon Hash Digest] ( ./Algorithms/Crypto/Digests/AsconDigest.cs )
30
31
* [ MD2 Digest] ( ./Algorithms/Crypto/Digests/Md2Digest.cs )
31
32
* [ Data Compression] ( ./Algorithms/DataCompression )
32
33
* [ Burrows-Wheeler transform] ( ./Algorithms/DataCompression/BurrowsWheelerTransform.cs )
@@ -66,7 +67,7 @@ find more than one implementation for the same objective but using different alg
66
67
* [ Extended Euclidean Algorithm] ( ./Algorithms/ModularArithmetic/ExtendedEuclideanAlgorithm.cs )
67
68
* [ Modular Multiplicative Inverse] ( ./Algorithms/ModularArithmetic/ModularMultiplicativeInverse.cs )
68
69
* [ Numeric] ( ./Algorithms/Numeric )
69
- * [ Absolute] ( ./Algorithms/Numeric/Abs.cs )
70
+ * [ Absolute] ( ./Algorithms/Numeric/Abs.cs )
70
71
* [ Aliquot Sum Calculator] ( ./Algorithms/Numeric/AliquotSumCalculator.cs )
71
72
* [ Amicable Numbers Checker] ( ./Algorithms/Numeric/AmicableNumbersChecker.cs )
72
73
* [ Decomposition] ( ./Algorithms/Numeric/Decomposition )
You can’t perform that action at this time.
0 commit comments