Skip to content

VedantMahajan99/Mini-Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Mini-Blockchain

Mini blockchain built from scratch in python to store personal transactions.

LIBRARIES USED

  • hashlib --> This module implements a common interface to many different secure hash and message digest algorithms.

    SHA256 ( Secure Hash Algorithms ) : This hash function belong to hash class SHA-2, the internal block size of it is 32 bits.

    encode() : Converts the string into bytes to be acceptable by hash function.

    hexdigest() : Returns the encoded data in hexadecimal format.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages