mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-06-30 19:53:23 -04:00
hmac
-- import "github.com/go-i2p/go-i2p/lib/crypto/hmac"
Usage
type HMACDigest
type HMACDigest [16]byte
func I2PHMAC
func I2PHMAC(data []byte, k HMACKey) (d HMACDigest)
I2PHMAC computes HMAC-MD5 using the provided key and data
type HMACKey
type HMACKey [32]byte
hmac
github.com/go-i2p/go-i2p/lib/crypto/hmac