Skip to content

Commit 5278cf9

Browse files
committed
Update README.md
1 parent 4cc225f commit 5278cf9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ The tools contained are:
2424
* linear codes: Hamming distance, left standard form, parity check matrix
2525

2626
* Matrix: a class for Matrices (inverse, det, reduced echelon form, etc.)
27-
* Poly: a class for polynomials (division, modulo)
27+
* Poly: a class for polynomials (division, modulo, irreducibility test, Lagrange interpolation)
2828
* Zmod: a class for the ring of integers modulo an integer
2929
* GF2: a class for Galois fields GF(2^n)
3030
* Goppa: a class for encoding and decoding Goppa codes
31+
* CyclicCode: a class for encoding and decoding cyclic codes
32+
* ReedSolomonCode: a class for encoding and decoding Reed-Solomon codes
3133

3234
* BlockCipher: a class implementing the usual modes of operation (ECB, CBC, GCM, etc.)
3335
* AESCipher: individual AES operations

0 commit comments

Comments
 (0)