Skip to content

Collection of most popular hashing algorithms implemented in Go

Notifications You must be signed in to change notification settings

annalieks/hashing-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashing Algorithms

A collection of hash functions implemented in Go.

Currently implemented

  • SHA3 family based on Keccak (FIPS 202)
    • SHA3 224
    • SHA3 256
    • SHA3 384
    • SHA3 512
    • SHAKE 128
    • SHAKE 256
  • MD5

About

Collection of most popular hashing algorithms implemented in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages