GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-06 11:59:16 +00:00 committed by gitbook-bot
parent 847b1faeb7
commit 2fc2b560ed
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -100,8 +100,8 @@ It's composed of 3 main parts:
### Identifying ### Identifying
In the following image notice how the constant **0x9E3779B9** is used \(note that this constant is also used by other crypto algorithms like \). In the following image notice how the constant **0x9E3779B9** is used \(note that this constant is also used by other crypto algorithms like **TEA** -Tiny Encryption Algorithm\).
Also note the **number of XOR operations** in the **disassembly** instructions and in the **code** example: Also note the **size of the loop** \(**132**\) and the **number of XOR operations** in the **disassembly** instructions and in the **code** example:
![](../.gitbook/assets/image%20%28198%29.png) ![](../.gitbook/assets/image%20%28198%29.png)