chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rearrange the file tree.
[catacomb]
/
math
/
gfn.c
diff --git
a/gfn.c
b/math/gfn.c
similarity index 98%
rename from
gfn.c
rename to
math/gfn.c
index 8bfc44176e8314ddbad8a67881a38633ee71d137..c9b90c0ce5fcca69f317ce17e86102d3e6170654 100644
(file)
--- a/
gfn.c
+++ b/
math/gfn.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id: gfn.c,v 1.2 2004/04/08 01:36:15 mdw Exp $
*
* Normal-basis translation for binary fields
*
*
* Normal-basis translation for binary fields
*
@@
-265,7
+263,7
@@
static test_chunk tests[] = {
int main(int argc, char *argv[])
{
int main(int argc, char *argv[])
{
- test_run(argc, argv, tests, SRCDIR "/t
ests
/gfn");
+ test_run(argc, argv, tests, SRCDIR "/t/gfn");
return (0);
}
return (0);
}