You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
560 B

4 years ago
% examples... for more check out this:
% https://www.overleaf.com/learn/latex/bibliography_management_with_bibtex
% proposed label naming convention: "chapter.subchapter-descriptive_name"
% for example: "2.2.2-why-gpg-is-awesome"
@online{merkle-tree,
author = "Wikipedia",
title = "Merkle tree",
url = "https://en.wikipedia.org/wiki/Merkle_tree"
}
@online{merkle-proofs-explained,
author = "Belavadi Prahalad",
title = "Merkle proofs Explained.",
date = "2018-01-07",
url = "https://medium.com/crypto-0-nite/merkle-proofs-explained-6dd429623dc5"
}