Skip to content

the-main-thing/fast-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

fast-hash

This is a JavaScript function that quickly generates unique hashes of strings.

It uses crypto that is built into browsers and NodeJS, so it generates pretty unique hashes and preforming fast.

function hash(input: string, algorythm = 'SHA-256'): Promise<string>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published