How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
xsalsa20 instance that works in node and in the browser
The **xsalsa20-universal** package provides a JavaScript implementation of the XSalsa20 stream cipher that can be used both in Node.js environments and directly in the browser. It offers a simple API—instantiate with a nonce and key, then feed data through successive `update` calls and finish with `final`. This library is aimed at developers who need cross‑platform symmetric encryption without pulling in separate Node‑only or browser‑only crypto modules.