diff options
author | pav <pav@FreeBSD.org> | 2005-08-29 22:28:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-08-29 22:28:15 +0800 |
commit | 96070fc409976997e50ecd69c0b8c424f280fd53 (patch) | |
tree | 781a2c4efc6070205705c22efe2a2a37a7667137 /math/Makefile | |
parent | 492976529f5d456872398820507c6d2905614efc (diff) | |
download | freebsd-ports-gnome-96070fc409976997e50ecd69c0b8c424f280fd53.tar.gz freebsd-ports-gnome-96070fc409976997e50ecd69c0b8c424f280fd53.tar.zst freebsd-ports-gnome-96070fc409976997e50ecd69c0b8c424f280fd53.zip |
LibTomMath provides highly optimized and portable routines for a vast
majority of integer based number theoretic applications (including
public key cryptography).
PR: ports/85043
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 79bd6fb41ee0..021920f322d5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -108,6 +108,7 @@ SUBDIR += libneural SUBDIR += libqalculate SUBDIR += libranlib + SUBDIR += libtommath SUBDIR += linalg SUBDIR += linpack SUBDIR += linux-relview |