Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.05 KB

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.