Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 447 Bytes

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