r2f_x3dh_e2e 0.0.1 copy "r2f_x3dh_e2e: ^0.0.1" to clipboard
r2f_x3dh_e2e: ^0.0.1 copied to clipboard

r2f_x3dh_e2e is a Rust to Flutter library that provides end-to-end encryption capabilities using the X3DH (Extended Triple Diffie-Hellman) protocol. It enables secure communication between parties by [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add r2f_x3dh_e2e

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

dependencies:
  r2f_x3dh_e2e: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:r2f_x3dh_e2e/r2f_x3dh_e2e.dart';
3
likes
130
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

r2f_x3dh_e2e is a Rust to Flutter library that provides end-to-end encryption capabilities using the X3DH (Extended Triple Diffie-Hellman) protocol. It enables secure communication between parties by establishing shared secret keys and encrypting data using these keys.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_rust_bridge

More

Packages that depend on r2f_x3dh_e2e