jancajthaml-go / hmac256

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HMAC - SHA 256

Go Report Card

Usage

import "github.com/jancajthaml-go/hmac256"

hmac256.Digest([]byte("XXXX"), []byte("xxxx"))

Performance

  • 480 B/op
  • 6 allocs/op

verify your performance by running make benchmark

Resources

About

License:The Unlicense


Languages

Language:Go 90.7%Language:Makefile 9.3%