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

https://github.com/farazdagi/x3dh

Golang implementation of Signal's X3DH protocol
https://github.com/farazdagi/x3dh

diffie-hellman golang signal-protocol x3dh

Last synced: 26 days ago
JSON representation

Golang implementation of Signal's X3DH protocol

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/farazdagi/x3dh/workflows/master/badge.svg)](https://github.com/farazdagi/x3dh/actions?workflow=master)
[![Coverage Status](https://coveralls.io/repos/github/farazdagi/x3dh/badge.svg?branch=master)](https://coveralls.io/github/farazdagi/x3dh?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/farazdagi/x3dh)](https://goreportcard.com/report/github.com/farazdagi/x3dh)
[![Documentation](https://godoc.org/github.com/farazdagi/x3dh?status.svg)](http://godoc.org/github.com/farazdagi/x3dh)
[![license](https://img.shields.io/github/license/farazdagi/x3dh.svg?maxAge=2592000)](https://github.com/farazdagi/x3dh/blob/master/LICENSE)

# X3DH (Extended triple Diffie-Hellman protocol)

Golang implementation of Signal's X3DH protocol


## Installation

```bash
go get -u github.com/farazdagi/x3dh
```

## Usage

## Todo
- Linters
- Dockerize