Skip to content

Commit

Permalink
Update 第五章.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankonly committed Jun 29, 2018
1 parent bb96ae6 commit 425e169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 第五章.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[[keys_addresses]]
== 密钥,地址

<<第四章#,上一章:以太坊测试网>>

以太坊的基础技术之一是 _密码学_ _cryptography_,它是数学的一个分支,广泛用于计算机安全。密码学在希腊文中的意思是“秘密写作”,但密码学的科学不仅仅包含秘密协作,它被称为加密。加密也可以用来证明秘密的知识而不泄露该秘密(数字签名),或者证明数据的真实性(数字指纹)。这些类型的密码学证明是以太坊和大多数区块链系统的关键数学工具,广泛用于以太坊应用。讽刺的是,加密并不是以太坊的重要组成部分,因为它的通信和交易数据没有加密,也不需要加密以保护系统。在本章中,我们将以密钥和地址的形式介绍一些以太坊用来控制资金所有权的密码学。

[[keys_addresses_intro]]
Expand Down Expand Up @@ -566,5 +568,6 @@ Keccak256("001d3f1ef827552ae1114027bd3ecf1f086ba0e9")

我们输入的地址的大小写与刚刚计算的校验和不匹配,这意味着地址中的内容发生了变化,并且引入了错误。

<<第六章#,下一章:钱包>>

image::images/thanks.jpeg["赞赏译者",height=400,align="center"]

0 comments on commit 425e169

Please sign in to comment.