chacha20

ChaCha20 stream cipher

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License Unlicense
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

Tags

Installation

nimble install chacha20
choosenim install chacha20
git clone https://git.sr.ht/~ehmry/chacha20

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
chacha20 - - - - - - -

Source

Repository https://git.sr.ht/~ehmry/chacha20
Homepage https://git.sr.ht/~ehmry/chacha20
Registry Source nimble_official

README

ChaCha20

A pure Nim implementation of the ChaCha20 stream cipher as defined by RFC8439.

Totally unoptimized.