diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-01 16:14:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-01 16:14:05 +0800 |
commit | de1da6587c826146492e4284a01cd9f7bd36af4a (patch) | |
tree | 5a822310ef9f87b3c5d197329a358b189a717aa0 /math/Makefile | |
parent | 274f26d19f3da6d6efef83f9e1f600b9d32350f2 (diff) | |
download | freebsd-ports-gnome-de1da6587c826146492e4284a01cd9f7bd36af4a.tar.gz freebsd-ports-gnome-de1da6587c826146492e4284a01cd9f7bd36af4a.tar.zst freebsd-ports-gnome-de1da6587c826146492e4284a01cd9f7bd36af4a.zip |
New port: math/linux-SHA-1_collision_search_graz Distributed client
searching for weakness in SHA-1 hash
SHA-1 Collision Search Graz is a distributed computing project
-- people from through out the world download and run software
to band together to make one of the largest supercomputers in
the world. Every computer makes the project closer to our goals.
The project is trying to see if like MD4 in 1996, MD5/RIPEMD
in 2004, and the the direct predecessor SHA-0 in 2004 also,
there is a weakness in the hash.
WWW: http://boinc.iaik.tugraz.at/sha1_coll_search/
PR: ports/116691
Submitted by: Tuc <freebsd-ports@t-b-o-h.net>
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 baf3cbd43e1d..d392e3796c9d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -137,6 +137,7 @@ SUBDIR += libtommath SUBDIR += linalg SUBDIR += linpack + SUBDIR += linux-SHA-1_collision_search_graz SUBDIR += linux-relview SUBDIR += lp_solve SUBDIR += ltl |