Skip to content

radhikari54/asynchronousratchetingtree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous Ratcheting Tree

Asynchronous Ratcheting Tree (ART) is a protocol for end-to-end encrypted group messaging. It aims to provide scalable group messaging while maintaining strong security guarantees.

This repository contains the implementation used for the results in our ART paper. It contains implementations of ART and a pairwise Diffie-Hellman based ratcheting protocol which we used for comparison.

Requirements

Asynchronous Ratcheting Trees requires or works with:

Building and executing

The Makefile in this directory will compile our source and then run the benchmarks; simply run

make run

The Team

The team who worked on the Asynchronous Ratcheting Tree paper are as follows:

From Facebook:

  • Jon Millican

From Oxford University:

  • Katriel Cohn-Gordon
  • Cas Cremers
  • Luke Garratt
  • Kevin Milner

We are grateful to our collaborators from Oxford University for the considerable time and expertise that they put in to this paper, and into the formal proofs of the ART protocol.

License

Asynchronous Ratcheting Tree is CC-BY-NC-licensed.

About

On Ends-to-Ends Encryption: Asynchronous Group Messaging with Strong Security Guarantees

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.5%
  • Thrift 2.2%
  • Makefile 1.3%