Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Skabunkel/SkaHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkaHash

My own implementations of different hashing algorithms in C99

I have decided that these implementations should not be dependent on a common file in this case. So they will have their own definition of bool and Is_Big_Endian to make them easier to just drop in.

This project is free of any licence and obligations, however i or any other contributor shall never be liable for any issues incurred legal or otherwize by use of this code.

This code is to be considered unsafe for use in any security application, and is therefore used at your own risk.

  • Blake2B

    • average seconds: 0.013567558454566793, std seconds: 0.003345939873982601, samlpe size: 2436, output length: 1-64, keylength: 0, input length: 0
      • a little slow in my opinion at least for hashing a 0 byte message with a 0 byte long key.
  • MD5

    • average seconds: 0.010582801423774685 std seconds: 0.006495074281656058, samlpe size: 2636, input length: 0
  • SHA1

  • SHA256

About

My own implementations of different hashing algorithms in C99

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors