Skip to content

Instantly share code, notes, and snippets.

@eamonnmcevoy
Created April 15, 2017 05:49
Show Gist options
  • Save eamonnmcevoy/500e9b0c83442f00c82ddc19c6a86196 to your computer and use it in GitHub Desktop.
Save eamonnmcevoy/500e9b0c83442f00c82ddc19c6a86196 to your computer and use it in GitHub Desktop.
root.Hash interface
package root
type Hash interface {
Generate(s string) (string, error)
Compare(hash string, s string) error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment