Skip to content

a c implementation of the sha256 hashing algorithm

Notifications You must be signed in to change notification settings

aarondiel/sha256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHA256

a simple implementation of the sha256 hashing algorithm

compile & run

to complie simply run make

then the binary can be executed with any string of your liking:

> ./sha256 "hello world"
2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824

TODO

  • convert to use little endianess to avoid conversions
  • input through piping
  • write detailed explanation

About

a c implementation of the sha256 hashing algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published