firstfloorsoftware / flutter_sodium

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

Cover the entire libsodium API #61

Open kozw opened 3 years ago

kozw commented 3 years ago

The ultimate goal is to provide 100% coverage of the libsodium API in flutter. Not there yet, tracking progress of the entire libsodium API (725 symbols) in this issue.

Send PR or drop a note if you need to access a particular API not covered yet.

gargakshit commented 3 years ago

Maybe you could use package:ffigen to generate dart:ffi bindings from the C header files

fosres commented 2 years ago

Hello. Would you be so kind as to add support for:

sodium_malloc

sodium_mprotect_noaccess

sodium_mprotect_readonly

sodium_mprotect_readwrite

I am using your library for a project in Dart + Flutter for a password manager. Let me know how soon you can add the above. Thanks!