canmove, Confirmed users
725
edits
Line 81: | Line 81: | ||
The encryption key T(1) and the HMAC key T(2) will be derived from J-PAKE's strong secret K as follows: | The encryption key T(1) and the HMAC key T(2) will be derived from J-PAKE's strong secret K as follows: | ||
extraction_key = | extraction_key = "\x00" * 32 | ||
key_string = HMAC-SHA256(K, extraction_key) | key_string = HMAC-SHA256(K, extraction_key) | ||