Click here to Skip to main content
15,878,814 members
Articles / General Programming / Algorithms

A Tiger Hash Implementation for C#

Rate me:
Please Sign up or sign in to vote.
4.86/5 (21 votes)
9 Jul 2022GPL32 min read 59.9K   1.5K   52  
A Tiger hash Implementation for C#, invocable through dotnet's HashAlgorithm class
This post is about a set of pure C# classes that implement the cryptographic Tiger Hash algorithm.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Chief Technology Officer Software Union
Austria Austria
has been working a total of 14 years as programmer and system developer, plus some years of working as network technician and application supporter. Also experienced modeling, optimizing and administering FireBird and SqlServer databases. Loathes MySql.
Works with C++, C++/CLI, C#, JavaScript, PHP, PSQL and TextPad.

Comments and Discussions