We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1896643 commit b1ac622Copy full SHA for b1ac622
04-Protocol-Security.md
@@ -113,7 +113,7 @@ The following functions will also be referenced:
113
114
- `HMAC-HASH(key, data)`
115
116
- - Applies HMAC defined in `RFC 2104`<sup>[5](#reference-5)
+ - Applies HMAC defined in `RFC 2104`<sup>[5](#reference-5)</sup>
117
- In our case where the key is always 32 bytes, this reduces down to:
118
- pad the key with zero bytes to fill the hash block (block length is 64 bytes in case of SHA-256): `k' = k || <zero-bytes>`
119
- calculate `temp = SHA-256((k' XOR ipad) || data)` where ipad is repeated 0x36 byte
0 commit comments