Skip to content

tschuegge/TypescriptHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TypescriptHash

Hashing algorithms for typescript. At the moment only SHA2 256bit implemented.

Using

import { Hash } from './hash';

let hash = Hash.sha256("value");

About

Hashing algorithms for typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published