Skip to content

Commit b1ac622

Browse files
HTML fix
1 parent 1896643 commit b1ac622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-Protocol-Security.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following functions will also be referenced:
113113

114114
- `HMAC-HASH(key, data)`
115115

116-
- Applies HMAC defined in `RFC 2104`<sup>[5](#reference-5)
116+
- Applies HMAC defined in `RFC 2104`<sup>[5](#reference-5)</sup>
117117
- In our case where the key is always 32 bytes, this reduces down to:
118118
- 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>`
119119
- calculate `temp = SHA-256((k' XOR ipad) || data)` where ipad is repeated 0x36 byte

0 commit comments

Comments
 (0)