MIT-区域链-3

作者: 皮皮大 | 来源:发表于2020-03-09 23:32 被阅读0次

This lesson is about Blockchai Basics and Cryptography

本课程是的主要内容是区域链基础和密码学

image

Communications and computation that needs to be protected or verified, have some form of cryptographic algorithm,which happens to called a cryptographic primitive.

  • communications

  • computation

  • semester

Study Question

  1. 设计特征:密码学、时间戳等

  2. 哈希函数、非对称密码学、数字签名等

  3. 双花问题double-spending

Double spending is when you have a piece of information and you use it twice.

[图片上传失败...(image-a49b01-1583767932361)]

Blockchain technical Features

  • 基于密码学的哈希函数

  • 时间戳日志

  • 区块头和默克尔树

  • 非对称密码学和数字签名

image

Cryptography

it`s not just communication in the presence of adversaries, it is also computation in the presence of adversaries.

Cryptographic hash functions

It is digital fingerprints for data

General properties
  1. General properties:maps input x of any size to an output of fixed size—called a "hash"

  2. Deterministic(不可逆转的):always the same hash for the same x

  3. Efficiently computed高效计算:couple for terahashes a second.it is remarkly efficient algorithm.

if you take a certain set of data, it will always give you the same hash.

Crytographic properties
  1. Preimage resistant (one way):infeasible(不能办到的) to determine x from hash(x)

  2. Collision resistant: infeasible to find x and y where hash(x)=hash(y)

  3. Avalanche effect: change x slightly and hash(x) changes significantly

  4. Puzzle friendless: knowing hash(x) and part of x it is still very hard to find rest of x

Timestamped append-only log-blackchain

image image

Block header

  • Version

  • Previous block hash

  • Merkle Root hash

  • Timestamp

  • Difficulty target

  • Nonce

每10分钟产生一个区块头,时间越长越难产生

相关文章

  • MIT-区域链-3

    This lesson is about Blockchai Basics and Cryptography 本课...

  • MIT-区域链-2

    is going to talk about Money、Ledgers and Bitcoin. This is...

  • MIT-区域链-1

    MIT—BlockChain and Money 自己一直都很对区域链技术比较感兴趣,坚信它将来会大放光彩。 今天...

  • 区域链

    早些时候,农村一般都会有个账房先生,村里人出个工或者买卖些种子肥料等,都会依靠这个账房先生来记账,大部分情...

  • YOYO词根词缀学习14

    五十三、mit,miss = send 送出;派送 1)admit (mit- =send 送)作动词:准许进入;...

  • 区块链发展

    区块链将区域正规

  • 区域链财富之路,区域链铸就辉煌

    “区域链 ”听到这个词是不是很多人都觉得很陌生,其实很简单,区域链就是一个商业模式而已,此商业模式可以让每个人都可...

  • 区域链财富之路,区域链铸就辉煌

    “区域链 ”听到这个词是不是很多人都觉得很陌生,其实很简单,区域链就是一个商业模式而已,此商业模式可以让每个人都可...

  • 区域链 Basic

    相关知识点:1.去中心化/全球流通2.密码朋克3.找零机制4.矿机、矿工、矿场、矿池5.量化交易6.转账按字节收费...

  • 区域链1

    简单来说,区块链就是一个去中心化的信任机制。区块链技术是一种全民参与记账的方式。所有系统的背后都有一个数据库,可以...

网友评论

    本文标题:MIT-区域链-3

    本文链接:https://www.haomeiwen.com/subject/szsvdhtx.html