From 00ced753e4ec0eed41b0c0f722d019aea3ed4377 Mon Sep 17 00:00:00 2001 From: yjjnls Date: Sun, 26 Aug 2018 16:02:19 +0800 Subject: [PATCH] update --- Basic/account.md | 6 ++++++ Basic/crypto.md | 1 + 2 files changed, 7 insertions(+) diff --git a/Basic/account.md b/Basic/account.md index 2f8eb40..8c9caf7 100644 --- a/Basic/account.md +++ b/Basic/account.md @@ -1,4 +1,10 @@ # UTXO与普通账户模型 +- [UTXO与普通账户模型](#utxo%E4%B8%8E%E6%99%AE%E9%80%9A%E8%B4%A6%E6%88%B7%E6%A8%A1%E5%9E%8B) + - [普通账户模型](#%E6%99%AE%E9%80%9A%E8%B4%A6%E6%88%B7%E6%A8%A1%E5%9E%8B) + - [UTXO 模型](#utxo-%E6%A8%A1%E5%9E%8B) + - [账户余额模型与 UTXO 的比较](#%E8%B4%A6%E6%88%B7%E4%BD%99%E9%A2%9D%E6%A8%A1%E5%9E%8B%E4%B8%8E-utxo-%E7%9A%84%E6%AF%94%E8%BE%83) + - [区块链中的 UTXO 模型](#%E5%8C%BA%E5%9D%97%E9%93%BE%E4%B8%AD%E7%9A%84-utxo-%E6%A8%A1%E5%9E%8B) + - [UTXO 的特性及缺点](#utxo-%E7%9A%84%E7%89%B9%E6%80%A7%E5%8F%8A%E7%BC%BA%E7%82%B9) 区块链网络中有两种记账模式,除了 UTXO 模型还有 Account Based 结构,也就是普通账户模型,也叫账户余额模型,**前者在比特币系的数字货币中被广泛使用,后者更多是用在智能合约型的区块链上**。 diff --git a/Basic/crypto.md b/Basic/crypto.md index ba54453..4769724 100644 --- a/Basic/crypto.md +++ b/Basic/crypto.md @@ -98,3 +98,4 @@ B可以每次都到CA的网站上(或者什么别的官方途径)获得CA的 # Reference 1. [数字签名是什么?](http://www.ruanyifeng.com/blog/2011/08/what_is_a_digital_signature.html) 2. [比特币背后的密码学原理](https://www.jianshu.com/p/225ff9439132) +3. [《区块链原理设计与应用》第5章:密码学与安全技术](https://github.com/yjjnls/books/blob/master/block%20chain/%E5%8C%BA%E5%9D%97%E9%93%BE%E5%8E%9F%E7%90%86%E3%80%81%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%BA%94%E7%94%A8.pdf)