< Home - < Back

freetiger


Information about the package, freetiger, which is shipped with common Linux distributions. The freetiger package is designed for, Free implementation of the tiger hash algorithm.


Package Name:

freetiger

Summary:

Free implementation of the tiger hash algorithm

Description:

freetiger is an implementation of the tiger hash algorithm made looking only at the tiger reference paper (thus ignoring the reference code until a working implementation was made). It also includes a modified version of the main program included with the tiger reference implementation which was used for benchmarking purposes. It has been optimized for usage in the TTH calculation algorithm and includes optimized versions that will calculate the hashes for the 1024 byte file chunks and the 48 byte hash concatenation appending the proper suffix automatically thus minimizing memory to memory copying. Also freetiger features interleaved hashing where the hashes of two different blocks are calculated at the same time interleaving the operations of one and the other. Using this increases the implementation performance. freetiger also supports SSE2 for key scheduling during the tiger rounds which also increases performance on processors supporting it and provides an implementation of the partial hashing scheme for a more secure password storage when authenticating clients using the GPA command in ADC.

Architecture:

x86_64

Version:

5

Release:

2.el6

Size:

26 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for freetiger


Control the freetiger package with the following handy commands outlined below.


Command

Description of Command

yum install freetiger

This command will install freetiger on the server.

yum remove freetiger

This command will un-install freetiger on the server. When you run this command, you will be asked if you are sure that you want to remove freetiger, so you have to manually confirm that you want to do this.

yum -y remove freetiger

This command will un-install freetiger on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove freetiger when using the -y flag.

yum update freetiger

This command will update freetiger to the latest version. When you run this command, you will be asked if you are sure that you want to remove freetiger, so you have to manually confirm that you want to do this.

yum -y update freetiger

This command will update freetiger to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove freetiger when using the -y flag.

yum info freetiger

This command will show you core information about the freetiger package.

yum deplist freetiger

This command will show you the dependencies for freetiger. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update freetiger

This command will check if there is an update waiting on freetiger. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.