forked from ethereum/yellowpaper
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
394 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,96 @@ | ||
@Misc{cryptoeprint:2013:881, | ||
Note = {http://eprint.iacr.org/}, | ||
Url = {Cryptology ePrint Archive, Report 2013/881}, | ||
Note = {{http://eprint.iacr.org/}}, | ||
Url = {{Cryptology ePrint Archive, Report 2013/881}}, | ||
author = {Sompolinsky, Yonatan and Zohar, Aviv}, | ||
title = {Accelerating Bitcoin{'}s Transaction Processing. Fast Money Grows on Trees, Not Chains}, | ||
year = {2013}, | ||
title = {{Accelerating Bitcoin{'}s Transaction Processing. Fast Money Grows on Trees, Not Chains}}, | ||
year = {{2013}}, | ||
} | ||
|
||
@InCollection{gura2004comparing, | ||
BookTitle = {{Cryptographic Hardware and Embedded Systems-CHES 2004}}, | ||
Publisher = {{Springer}}, | ||
author = {Gura, Nils and Patel, Arun and Wander, Arvinderpal and Eberle, Hans and Shantz, Sheueling Chang}, | ||
title = {{Comparing elliptic curve cryptography and RSA on 8-bit CPUs}}, | ||
pages = {119-132}, | ||
year = {{2004}}, | ||
} | ||
|
||
@InProceedings{laurie2004proof, | ||
BookTitle = {{Workshop on Economics and Information, Security}}, | ||
author = {Laurie, Ben and Clayton, Richard}, | ||
title = {{Proof-of-Work{''} proves not to work; version 0.2}}, | ||
year = {{2004}}, | ||
} | ||
|
||
@Article{nakamoto2008bitcoin, | ||
author = {Nakamoto, Satoshi}, | ||
title = {{Bitcoin: A peer-to-peer electronic cash system}}, | ||
journal = {{Consulted}}, | ||
volume = {{1}}, | ||
pages = {2012}, | ||
year = {{2008}}, | ||
} | ||
|
||
@Misc{sprankel2013technical, | ||
author = {Sprankel, Simon}, | ||
title = {{Technical Basis of Digital Currencies}}, | ||
year = {{2013}}, | ||
} | ||
|
||
@Article{aron2012bitcoin, | ||
Publisher = {{Elsevier}}, | ||
author = {Aron, Jacob}, | ||
title = {{BitCoin software finds new life}}, | ||
journal = {{New Scientist}}, | ||
volume = {{213}}, | ||
number = {{2847}}, | ||
pages = {20}, | ||
year = {{2012}}, | ||
} | ||
|
||
@article{mastercoin2013willett, | ||
url = {{https://github.com/mastercoin-MSC/spec}}, | ||
author = {J. R. Willett}, | ||
title = {{MasterCoin Complete Specification}}, | ||
year = {{2013}}, | ||
} | ||
|
||
@article{colouredcoins2012rosenfeld, | ||
url = {{https://bitcoil.co.il/BitcoinX.pdf}}, | ||
author = {Meni Rosenfeld}, | ||
title = {{Overview of Colored Coins}}, | ||
year = {{2012}}, | ||
} | ||
|
||
@incollection{boutellier2014pirates, | ||
booktitle = {{Growth Through Innovation}}, | ||
publisher = {{Springer}}, | ||
author = {Boutellier, Roman and Heinzen, Mareike}, | ||
title = {{Pirates, Pioneers, Innovators and Imitators}}, | ||
pages = {85-96}, | ||
year = {{2014}}, | ||
} | ||
|
||
@Article{szabo1997formalizing, | ||
author = {Szabo, Nick}, | ||
title = {{Formalizing and securing relationships on public networks}}, | ||
journal = {{First Monday}}, | ||
volume = {{2}}, | ||
number = {{9}}, | ||
year = {{1997}}, | ||
} | ||
|
||
@InProceedings{miller1997future, | ||
BookTitle = {{paper delivered at the Extro 3 Conference (August 9)}}, | ||
author = {Miller, Mark}, | ||
title = {{The Future of Law}}, | ||
year = {{1997}}, | ||
} | ||
|
||
@article{buterin2013ethereum, | ||
url = {{http://ethereum.org/ethereum.html}}, | ||
author = {Vitalik Buterin}, | ||
title = {{Ethereum: A Next-Generation Smart Contract and Decentralized Application Platform}}, | ||
year = {{2013}}, | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.