Skip to content

SHA 256 implementation from scratch for nodejs and nodejs like runtime environments

License

Notifications You must be signed in to change notification settings

supersuryaansh/barely-sha256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barely-sha256

SHA 256 implementation from scratch for Nodejs and Nodejs like runtime environments.

This implementation is done with the help of chatGPT, I do not understand how it works, I do not know if it efficient but IT WORKS!!.

enter image description here

Usage:

const { sha256 } = require('barely-sha256');

const hash = sha256("helloworld");
console.log(hash);

Output: 936a185caaa266bb9cbe981e9e05cb78cd732b0b3280eb944412bb6f8f8f07af

License: GPL-v3.0

About

SHA 256 implementation from scratch for nodejs and nodejs like runtime environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published