firstfloorsoftware / flutter_sodium

Flutter bindings for libsodium
BSD 3-Clause "New" or "Revised" License
102 stars 47 forks source link

Expose crypto_secretstream_xchacha20poly1305 APIs #27

Closed cbenhagen closed 4 years ago

cbenhagen commented 4 years ago

7 is already open and has a list of missing APIs but is marked as Android only.

taraunekh commented 4 years ago

Are there any plans to add this?

kozw commented 4 years ago

The current platform channel implementation will be replaced with FFI. The rewrite has started, you can track its progress in issue #35.