forked from cheng/wallet
5238cda077
Also, needed to understand Byzantine fault tolerant paxos better. Still do not.
28 lines
652 B
HTML
28 lines
652 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<style>
|
|
body {
|
|
max-width: 30em;
|
|
margin-left: 2em;
|
|
}
|
|
p.center {text-align:center;}
|
|
</style>
|
|
<link rel="shortcut icon" href="../rho.ico">
|
|
<title>Furtive Fork Attack</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><a href="./index.html"> To Home page</a> </p>
|
|
|
|
<h1>Furtive Fork Attack</h1>
|
|
|
|
|
|
|
|
<p style="background-color: #ccffcc; font-size: 80%;">These documents are
|
|
licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative
|
|
Commons Attribution-Share Alike 3.0 License</a></p>
|
|
</body>
|
|
</html>
|