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 = {0x83, 0x5b, 0x86, 0x9f, 0x96, 0xfa, 0x3b, 0x50, | |||
0xe6, 0xb5, 0x62, 0x0c, 0x41, 0xca, 0xb1, 0x3a, | |||
0x47, 0x7c, 0x76, 0x60, 0x36, 0x95, 0xaa, 0xda, | |||
0xde, 0xc4, 0x57, 0x9, 0xc2, 0x6b, 0x9, 0x38} | |||
key_string = HMAC-SHA256(K, extraction_key) | key_string = HMAC-SHA256(K, extraction_key) | ||