-
Notifications
You must be signed in to change notification settings - Fork 2
/
background.html
77 lines (70 loc) · 4.19 KB
/
background.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!-- DO NOT EDIT THIS FILE, this file is generated by src/conv.rb -->
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>必要な予備知識 - ビットコインの仕組み:Bitcoinを技術的に徹底解説!</title>
<meta name="description" content="「ビットコインの仕組み」を読むにあたって必要となる予備知識。">
<link rel="stylesheet" href="res/style.css">
<link rel="alternate" type="application/rss+xml" href="http://bitcoin.peryaudo.org/index.rdf" />
<meta name=viewport content="width=device-width, initial-scale=1">
<script type="text/javascript">
window.google_analytics_uacct = "UA-530611-8";
</script>
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-530611-8', 'peryaudo.org');
ga('send', 'pageview');
</script>
<div id="container">
<div id="header">
<h1>ビットコインの仕組み</h1>
<a href="index.html"><img id="logo" src="res/logo.png" alt="ビットコインの仕組み"></a>
<a href="https://github.com/peryaudo/bcwallet"><img style="position: absolute; top: 0; right: 0; border: 0;" src="res/fork_me_on_github.png" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
</div>
<div id="content">
<h2 id="必要な予備知識">必要な予備知識</h2>
<p>必要な予備知識は多くはないが、P2P、公開鍵暗号、ハッシュ関数という3つの語について最低限その意味を知ってる必要がある。
以下のe-Wordsの解説程度の内容を理解しておけば大丈夫だろう。</p>
<ul>
<li><a href="http://e-words.jp/w/P2P.html">P2P 【 ピアツーピア 】 Peer to Peer / P to P</a></li>
<li><a href="http://e-words.jp/w/E585ACE9968BE98DB5E69A97E58FB7.html">公開鍵暗号 【 public key cryptosystem 】 非対称鍵暗号 / asymmetric key cryptosystem</a></li>
<li><a href="http://e-words.jp/w/E3838FE38383E382B7E383A5E996A2E695B0.html">ハッシュ関数 【 hash function 】 メッセージダイジェスト関数 / message digest function</a></li>
</ul>
<p>「<a href="design.html">Bitcoinの仕組み</a>」につづく</p>
</div>
<div id="menu">
<ul>
<li><a href="index.html">トップ</a></li>
<li><a href="design.html">Bitcoinの仕組み</a></li>
<li><a href="comparison.html">Bitcoinウォレットの比較</a></li>
<li><a href="detail.html">Bitcoinの細部</a></li>
<li><a href="implement.html">Bitcoinウォレットを実装する</a></li>
<li><a href="malleability.html">トランザクション展性とは</a></li>
<li><a href="derivatives.html">Bitcoinの派生通貨</a></li>
<li><a href="history.html">Bitcoinの歴史</a></li>
<li><a href="links.html">リンク集</a></li>
</ul><ul>
<li><a href="intro.html">はじめに</a></li>
<li><a href="sitemap.html">サイトの構成</a></li>
<li><a href="background.html">必要な予備知識</a></li>
</ul>
<ul>
<li><a href="http://peryaudo.org/">筆者紹介</a></li>
<li><a href="http://bitcoin.peryaudo.org/index.rdf">RSS 2.0</a></li>
</ul>
<ul>
<li><a href="https://github.com/peryaudo/bitcoin.peryaudo.org">このページの編集を提案</a></li>
</ul>
</div>
<div id="footer">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="クリエイティブ・コモンズ・ライセンス" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><a xmlns:cc="http://creativecommons.org/ns#" href="http://bitcoin.peryaudo.org/" property="cc:attributionName" rel="cc:attributionURL">peryaudo</a> 作『<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">ビットコインの仕組み</span>』は<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">クリエイティブ・コモンズ 表示 - 継承 4.0 国際 ライセンス</a>で提供されています。
</div>
</div>
</body>
</html>