Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 186 Bytes

HMAC.md

File metadata and controls

5 lines (5 loc) · 186 Bytes
  • Input: key, arbitrary length data
  • Output: fixed size digest
  • Design protects against length extension
  • For practical purposes, we (think/hope) we can treat HMAC-SHA256 as a #PRF