Skip to content

davidharabagiu/sand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SAND

This repository contains the specification and implementation of the SAND protocol. SAND is a recursive acronym for SAND Anonymous Distribution. It is a protocol which can be used for distributing large files on the internet, built around the principle of anonimity. You can find out more about it by reading the white paper.

Documentation

Building

Dependencies

  • clang-format 10
  • CMake 3.17
  • Boost 1.75
  • OpenSLL 1.1.1k
  • nlohmann/json 3.9.1
  • GTest 1.10
  • GMock 1.10
  • glog 0.4

Building from git

WIP

Build-time customization

WIP

Development

SAND is still in an early stage of development.