mirror of
https://github.com/torproject/torspec.git
synced 2025-01-09 00:50:29 +00:00
Fix an error in the description of KDF-RFC5869
This commit is contained in:
parent
c2beaa8cb1
commit
8a452ace6b
@ -1006,7 +1006,7 @@ see tor-design.pdf.
|
||||
|
||||
Where H(x,t) is HMAC_SHA256 with value x and key t
|
||||
and K_1 = H(m_expand | INT8(1) , KEY_SEED )
|
||||
and K_(i+1) = H(K_i | m_expand | INT8(i) , KEY_SEED )
|
||||
and K_(i+1) = H(K_i | m_expand | INT8(i+1) , KEY_SEED )
|
||||
and m_expand is an arbitrarily chosen value,
|
||||
and INT8(i) is a octet with the value "i".
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user