https://github.com/cjhdev/lib_signal
Ruby wrapper for libsignal
https://github.com/cjhdev/lib_signal
signal-protocol
Last synced: 3 months ago
JSON representation
Ruby wrapper for libsignal
- Host: GitHub
- URL: https://github.com/cjhdev/lib_signal
- Owner: cjhdev
- License: gpl-3.0
- Created: 2018-11-08T01:45:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T22:43:59.000Z (over 6 years ago)
- Last Synced: 2025-01-21T03:42:35.512Z (4 months ago)
- Topics: signal-protocol
- Language: C
- Size: 327 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
LibSignalProtocol
=================A Ruby wrapper for [libsignal-protocol-c](https://github.com/signalapp/libsignal-protocol-c).
I don't think this will ever work. I thought libsignal-protocol-c did more than
it actually does. It would be a better use of time to implement from scratch in Ruby.## Running Tests
~~~
rake test
~~~## License
GPLv3