Trim down version of aes-js that only include CTR
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a trimmed-down version of the AES-JS library that only includes the CTR (Counter) mode of operation, removing all other modes like CBC, CFB, ECB, OFB, and the raw block cipher. It's designed for developers who need AES encryption in CTR mode without the overhead of the full library, and is suitable for both Node.js and web browser environments.