Nuacht

History History 37 lines (31 loc) · 1.15 KB master AlgorithmsRust / src / math / ...
A novel method to obtain a basis for all possible solutions for decoding Reed-Solomon (RS) codes is given, using an intermediate result of decoding obtained by the Extended Euclidean Algorithm. The ...
An implementation of the RSA cryptosystem from first principles, demonstrating foundational algorithms like Miller-Rabin, Karatsuba Multiplication, and the Extended Euclidean Algorithm. RSA Encryption ...