flutter_eddsa 0.0.5 copy "flutter_eddsa: ^0.0.5" to clipboard
flutter_eddsa: ^0.0.5 copied to clipboard

Flutter FFI plugin for Ed25519 digital signatures and X25519 Diffie-Hellman key exchange. High-performance Curve25519 cryptography via native C.

0.0.5 #

  • Removed EddsaUtils.bytesFromString and EddsaUtils.stringFromBytes — not needed for cryptographic operations. Use dart:convert's utf8.encode/utf8.decode for text encoding.

0.0.4 #

  • Relicensed from GPL-3.0 to MIT.

0.0.3 #

  • Fixed license.

0.0.2 #

  • Improved README: added Diffie-Hellman concept explanation with ASCII diagram and KDF note.
  • Replaced example app with a focused Diffie-Hellman demo for pub.dev Example tab.

0.0.1 #

  • Initial release.
  • Ed25519 digital signatures: key derivation, signing, and verification.
  • X25519 Diffie-Hellman key exchange.
  • Ed25519 ↔ X25519 key conversion for both public and secret keys.
  • Cryptographically secure random key generation via Random.secure().
  • Native FFI implementation — no platform-channel overhead.
  • Supports Android, iOS, macOS, Linux, and Windows.
4
likes
0
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter FFI plugin for Ed25519 digital signatures and X25519 Diffie-Hellman key exchange. High-performance Curve25519 cryptography via native C.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on flutter_eddsa

Packages that implement flutter_eddsa