Skip to content

The SHA-256 coded in a straightforward way in python

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

Lcressot/SHA-256-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHA-256-in-python

The SHA-256 coded in a straightforward way in python

Content

  • The official publication of SHA algorithm.
  • A python numpy implementation of SHA-256 following the exact steps and notations as in the publication, in sha256py.

Tests

  • python3 sha256.py will test the algorithm against hashlib

Usage

import sha256

message = list(b"some text")

digest=sha256.sha256(message)

hashedMessage=sha256.hexdigest(digest)

About

The SHA-256 coded in a straightforward way in python

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages