An open API service indexing awesome lists of open source software.

https://github.com/gabrielmajeri/crypto-data-structures

Data structures in Rust for cryptocurrencies and blockchain-related technologies
https://github.com/gabrielmajeri/crypto-data-structures

blockchain cryptocurrency cryptography merkle-tree

Last synced: about 1 year ago
JSON representation

Data structures in Rust for cryptocurrencies and blockchain-related technologies

Awesome Lists containing this project

README

          

# Crypto data structures in Rust

## What is this?

Rust implementations of some common data structures used in cryptocurrencies

## Data structurs

- Hash Pointers
- Block Chains

## References

Based on the things I've learned from the [Bitcoin and Cryptocurrency Technologies](https://www.coursera.org/learn/cryptocurrency) course provided by Princeton on Coursera.