Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 174 Bytes

File metadata and controls

3 lines (2 loc) · 174 Bytes

Chinese Remainder Theorem Implementation in C

This repository provides a C implementation of the Chinese Remainder Theorem (CRT) using the Extended Euclidean Algorithm.