diff --git a/bip-0151.mediawiki b/bip-0151.mediawiki index 11f9614d..cf221f24 100644 --- a/bip-0151.mediawiki +++ b/bip-0151.mediawiki @@ -148,7 +148,7 @@ If more data is present, another message must be deserialized. There is no expli A responding peer can inform the requesting peer over a re-keying with a encack message containing 33byte of zeros to indicate that all encrypted message following after this encack message will be encrypted with ''the next symmetric cipher key''. -The new symmetric cipher key will be calculated by SHA256(SHA256(old_symetric_cipher_key)). +The new symmetric cipher key will be calculated by SHA256(SHA256(session_id || old_symmetric_cipher_key)). Re-Keying interval is a peer policy with a minimum timespan of 10 seconds.