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 [...]

example/lib/main.dart

import 'dart:async';
import 'package:example/app.dart';
import 'package:flutter/material.dart';
import 'package:r2f_x3dh_e2e/r2f_x3dh_e2e.dart';

Future<void> main() async {
  await R2FX3DHE2ESer().init();
  runApp(const App());
}
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