libsignal 1.1.0 copy "libsignal: ^1.1.0" to clipboard
libsignal: ^1.1.0 copied to clipboard

Dart FFI bindings for libsignal — Signal Protocol implementation for end-to-end encryption, sealed sender, group messaging, and secure cryptographic operations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add libsignal

With Flutter:

 $ flutter pub add libsignal

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  libsignal: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:libsignal/libsignal.dart';
1
likes
140
points
187
downloads

Publisher

unverified uploader

Weekly Downloads

Dart FFI bindings for libsignal — Signal Protocol implementation for end-to-end encryption, sealed sender, group messaging, and secure cryptographic operations.

Repository (GitHub)
View/report issues
Contributing

Topics

#encryption #signal-protocol #e2e-encryption #cryptography #messaging

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

code_assets, crypto, ffi, hooks

More

Packages that depend on libsignal