How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`window.crypto.getRandomValues` with fallback to Node.js crypto
`get-random-values` is a tiny cross‑environment utility that fills a TypedArray with cryptographically secure random numbers. It first tries `window.crypto.getRandomValues` (or the legacy `msCrypto`), falls back to Node’s `crypto.randomBytes`, and throws an error if no source is available, making it useful for developers who need a simple, unified API for secure randomness in both browsers and Node.js.