Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

SimoneStefani/merkle-tree-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Royal Institute of Technology KTH - Stockholm

Merkle Tree Implementation in Elixir

Build Status

A hash tree or Merkle tree is a tree in which every leaf node is labelled with the hash of a data block and every non-leaf node is labelled with the cryptographic hash of the labels of its child nodes. Hash trees allow efficient and secure verification of the contents of large data structures. Hash trees are a generalization of hash lists and hash chains.
(from Merkle Tree - Wikipedia)

This repository contains code written during the spring semester 2018 by Simone Stefani and Dean Rauschenbusch

About

Bachelor thesis on Merkle Trees at Royal Institute of Technology KTH

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages