Skip to content

merledu/SHA3-256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHA3-256

SHA3-256 Block Diagram

SHA3-256 is a cryptographic module for making hash. The algorithm works using a method called the Keccak sponge construction. This method involves two main phases: absorb and squeeze. It takes input data of any size and generates a fixed 256- bit output called a digest. It is a one-way process—once data is hashed, we cannot get back the original data. This makes the algorithm useful for verifying data integrity, creating digital signatures, and ensuring secure storage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors