split file

This commit is contained in:
filifa
2025-08-21 20:35:51 -04:00
parent 005eac45c0
commit 51e1a97c43
4 changed files with 101 additions and 90 deletions

View File

@@ -53,7 +53,7 @@ func crt(cmd *cobra.Command, args []string) {
log.Fatalf("moduli %v are not pairwise coprime", moduli)
}
x, N := lib.CRTSolutionGeneral(rs, ns)
x, N := lib.CRTSolution(rs, ns)
fmt.Println(x)
fmt.Println(N)