mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 09:14:39 +02:00
Translate security section (11)
This commit is contained in:
@@ -973,4 +973,12 @@ sha3("ab", "cd");
|
|||||||
ripemd160("abc");
|
ripemd160("abc");
|
||||||
sha256("def");
|
sha256("def");
|
||||||
|
|
||||||
|
|
||||||
|
// 11.SICUREZZA
|
||||||
|
|
||||||
|
// I bug possono essere disastrosi per i contratti Ethereum e anche
|
||||||
|
// i pattern comuni di Solidity potrebbero riverlarsi degli antipattern
|
||||||
|
|
||||||
|
// Dai un'occhiata ai link sulla sicurezza alla fine di questo documento
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user