libsodium_dart_bindings

Dart bindings for libsodium, supporting both the VM and JS without flutter dependencies.

BSD-3-CLAUSE License

Stars
29
Committers
9

libsodium_dart_bindings

This repository is a multi package repository for dart bindings of libsodium. It consists of the following packages. Please check the READMEs of the specific packages for more details on them.

If you just landed here and don't know where to start, simply read the sodium README, as that is the primary package of this repository.

  • sodium: Dart bindings for libsodium, supporting both
    the VM and JS without flutter dependencies.
  • sodium_libs: Flutter companion package to
    sodium that provides the low-level libsodium binaries for
    easy use.