Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mafintosh/xsalsa20-universal

Account's avatar
holepunchto/sodium-native
Low level bindings for libsodium
Account's avatar
mafintosh/xsalsa20
XSalsa20 implemented in Javascript and WebAssembly
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mafintosh's profile
mafintosh
2 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mafintosh

mafintosh/xsalsa20-universal

xsalsa20 instance that works in node and in the browser

JavaScript
7
0
MIT License

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.