ハッシュ
任意の長さのデータから生成される固定長の識別子(デジタル指紋)。
ブロックチェーンでは、改ざん検知やマイニング(PoW)のためにハッシュが使われ、データの整合性を保証しています。
graph LR
Center["ハッシュ"]:::main
Pre_cryptography["cryptography"]:::pre --> Center
click Pre_cryptography "/terms/cryptography"
Rel_encryption["encryption"]:::related -.-> Center
click Rel_encryption "/terms/encryption"
Rel_mathematics["mathematics"]:::related -.-> Center
click Rel_mathematics "/terms/mathematics"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5歳でもわかるように説明
🌍 ハッシュはデジタルデータの「指紋」です。本の文字を一つ変えるだけで、その指紋(ハッシュ)は全く別物になります。
🤓 Expert Deep Dive
暗号学的ハッシュ関数は、計算の高速性、不可逆性、衝突耐性の三つの要素を兼ね備えている必要があります。
🔗 関連用語
前提知識:
📚 出典
2. Hash