Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 418 Bytes

libsignal-go

A pure Go implementation of https://github.com/signalapp/libsignal.

This repository is meant to be broken down into different APIs similar to the source repository.

Only libsignal-protocol is implemented at this time.

This repository is still under development, so breaking changes should be expected.

Roadmap

  • Add and refactor tests
  • Implement other APIs available in the source repository.