Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxzi/xochimilco
X3DH, Double Ratchet and a straightforward E2E encryption library on top.
https://github.com/oxzi/xochimilco
double-ratchet signal-protocol x3dh
Last synced: 17 days ago
JSON representation
X3DH, Double Ratchet and a straightforward E2E encryption library on top.
- Host: GitHub
- URL: https://github.com/oxzi/xochimilco
- Owner: oxzi
- License: gpl-3.0
- Created: 2021-03-11T20:44:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T20:55:31.000Z (over 3 years ago)
- Last Synced: 2024-06-20T05:26:15.000Z (5 months ago)
- Topics: double-ratchet, signal-protocol, x3dh
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xochimilco
[![Go Reference](https://pkg.go.dev/badge/github.com/oxzi/xochimilco.svg)](https://pkg.go.dev/github.com/oxzi/xochimilco)
[![Go](https://github.com/oxzi/xochimilco/actions/workflows/go.yml/badge.svg)](https://github.com/oxzi/xochimilco/actions/workflows/go.yml)
[![REUSE status](https://api.reuse.software/badge/github.com/oxzi/xochimilco)](https://api.reuse.software/info/github.com/oxzi/xochimilco)An implementation of the [Signal Protocols][signal-docs] [X3DH][signal-x3dh] and [Double Ratchet][signal-double-ratchet].
Plus a simple straightforward usable E2E encryption library build on top, named Xochimilco.For both implementation details and examples, take a look at the [documentation][go-doc].
Some background, the [lake Xochimilco][wiki-xochimilco] seems to be the last native habitat for the [axolotl][wiki-axolotl].
This salamander, also called _Mexican walking fish_, has incredibly self healing abilities.
For this reason, the Double Ratchet algorithm was initially named after this animal.[go-doc]: https://pkg.go.dev/github.com/oxzi/xochimilco
[signal-docs]: https://signal.org/docs/
[signal-x3dh]: https://signal.org/docs/specifications/x3dh/
[signal-double-ratchet]: https://signal.org/docs/specifications/doubleratchet/
[wiki-axolotl]: https://en.wikipedia.org/wiki/Axolotl
[wiki-xochimilco]: https://en.wikipedia.org/wiki/Lake_Xochimilco