MixinNetwork / libsignal_protocol_dart

Signal Protocol library for Dart/Flutter
https://pub.dev/packages/libsignal_protocol_dart
GNU General Public License v3.0
159 stars 42 forks source link

Use other cryptographic libraries? #49

Closed cremfert closed 2 years ago

cremfert commented 2 years ago

Dear Mixin, would it be possible to use other libraries like libsodium or Dart's cryptography package for the ed25510 or x25519 algorithms? Why did you choose to create your own dart ports of the respective Go libraries?

Thanks a lot!

crossle commented 2 years ago

Some other dart library not export the some function for we usage. https://github.com/MixinNetwork/libsignal_protocol_dart/issues/40