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
- Host: GitHub
- URL: https://github.com/farazdagi/x3dh
- Owner: farazdagi
- License: mit
- Created: 2019-11-02T10:00:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T15:44:34.000Z (over 6 years ago)
- Last Synced: 2024-06-20T12:51:00.573Z (about 2 years ago)
- Topics: diffie-hellman, golang, signal-protocol, x3dh
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/farazdagi/x3dh/actions?workflow=master)
[](https://coveralls.io/github/farazdagi/x3dh?branch=master)
[](https://goreportcard.com/report/github.com/farazdagi/x3dh)
[](http://godoc.org/github.com/farazdagi/x3dh)
[](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