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

r2f_x3dh_e2e is a Rust to Flutter library enabling end-to-end encryption using the X3DH protocol, establishing shared secret keys for secure communication.

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.2

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
140
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

r2f_x3dh_e2e is a Rust to Flutter library enabling end-to-end encryption using the X3DH protocol, establishing shared secret keys for secure communication.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_rust_bridge

More

Packages that depend on r2f_x3dh_e2e