Click here to Skip to main content
15,886,110 members
Articles / Security / Cryptography

Sponge Constructions and SHA-3 Hashing Functions: A C# Implementation

Rate me:
Please Sign up or sign in to vote.
5.00/5 (7 votes)
29 Jan 2018CPOL21 min read 26.8K   415   12  
C# implementation of sponge construction and SHA-3 hashing operations
This article describes a C# implementation of the sponge construction and its use for SHA-3 hashing operations.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Network Administrator
France France
Olivier is currently working as a network administrator in an IT Company near Lyon, France.

He discovered computer development in the early 80's, beginning with Basic programs. Since then he has worked with Visual Basic 6, and later with the .NET platform since 2003.

Now he's using .NET products to develop small applications helping him in his every-day tasks. He prefers C# actually.

Comments and Discussions