Skip to content

Instantly share code, notes, and snippets.

464xlat - 11 - 464xlat CLAT support
6in4 - 25-1 - Provides support for 6in4 tunnels in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details.
6rd - 9-4 - Provides support for 6rd tunnels in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details.
6to4 - 12-2 - Provides support for 6to4 tunnels in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details.
acl - 20180121-1 - Access control list support This package provides ACL manipulation utilities - chacl - getfacl - setfacl
acme - 2.7.8-3 - A client for issuing Letsencrypt certificates.
acme-dnsapi - 2.7.8-3 - This package provides DNS API integration for ACME (Letsencrypt) client.
adb - android.5.0.2_r1-1 - Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.
adb-enablemodem - 2017-03-05-1 - Enable modem via adb
adblock - 3.5.5-2 - Powerful adb
@McAnthomRoubert
McAnthomRoubert / zkCoins.md
Created June 8, 2025 13:46 — forked from RobinLinus/zkCoins.md
zkCoins: A payment system with strong privacy and scalability, combining a client-side validation protocol with validity proofs

zkCoins

Edit: here you can find our research paper describing the protocol more in-depth.

zkCoins is a novel blockchain design with strong privacy and scalability properties. It combines client-side validation with a zero-knowledge proof system. The chain is reduced to a minimum base layer to prevent double spending. Most of the verification complexity is moved off-chain and communicated directly between the individual sender and recipient of a transaction. There are very few global consensus rules, which makes block validation simple. Not even a global UTXO set is required.

In contrast to zk-rollups there is no data availability problem, and no sequencer is required to coordinate a global proof aggregation. The protocol can be implemented as an additional layer contained in Bitcoin's blockchain (similar to RGB[^5] or Taro[^6]) or as a standalone sidechain.

The throughput scales to hundreds of transactions per