Skip to content

A golang module to generate/compare hash from/with text.

License

Notifications You must be signed in to change notification settings

ihumaunkabir/go-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hash

A golang module to generate/compare hash from/with text.

Installation

go get github.com/ihumaunkabir/go-hash

Import

import "github.com/ihumaunkabir/go-hash"

Usage

generatedHash, err := hash.GenerateHashFromText("text")

err := hash.CompareHashAndText("hash", "text")

About

A golang module to generate/compare hash from/with text.

Resources

License

Stars

Watchers

Forks

Languages