chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mpmont-exp.c
similarity index 98%
rename from mpmont-exp.c
rename to math/mpmont-exp.c
index 6959baf1aba1fcc849564eabd73eb4b5a023a3df..0ea554ea00b5ef762f8a505cb9759f165f279365 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Modular exponentiation with Montgomery reduction
  *
@@ -138,7 +136,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/mpmont");
+  test_run(argc, argv, tests, SRCDIR "/t/mpmont");
   return (0);
 }