Skip to content

renthraysk/hmacr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMACr

Equivalent to golang.org/crypto/hmac, but with added SetKey(key []byte)/ClearKey() methods. Allowing the same HMAC to be reused in HMAC based KDFs algorithms, for example HKDF(). Using a pool of HMACs, permits a maximum of one allocation per HKDF() call.

About

Key mutable HMAC implementation, with common HMAC KDFs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages