摘要:
https://github.com/OriginProtocol/origin-playground 通过ERC 725 and ERC 735 的实现来说明它们到底是做什么的: 看了这个例子后才大概明白了claim,key,identity之间的关系,就比如有一个合约为Claim checker 阅读全文
摘要:
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-725.md 725 Proxy Identity Fabian Vogelsteller (@frozeman) https://github.com/ethereum/EIPs/issue 阅读全文
摘要:
PBKDF2 简单而言就是将salted hash进行多次重复计算,这个次数是可选择的。如果计算一次所需要的时间是1微秒,那么计算1百万次就需要1秒钟。假如攻击一个密码所需的rainbow table有1千万条,建立所对应的rainbow table所需要的时间就是115天。这个代价足以让大部分的攻 阅读全文
摘要:
看https://github.com/ethereum/EIPs/pull/712 Why personal_* namespace instead of eth_* namespace? I believe the personal_ prefix was an attempt to separ 阅读全文
摘要:
ethereumjs/ethereumjs-util Most of the string manipulation methods are provided by ethjs-util 更多的字符串处理方法可以看ethjs-util addHexPrefix index.js:563-569 Ad 阅读全文