Skip to content

First Release

Latest

Choose a tag to compare

@bruisedlogic bruisedlogic released this 17 Mar 22:45
ac3efc7

ChaosStream v1.0.0

Initial release of ChaosStream, a high-performance chaos-based stream cipher implementation in C.

Features

  • Fast and secure stream cipher based on the logistic map
  • Comparable security to AES-256 with improved performance
  • Static and shared library support
  • Thread-safe implementation
  • Comprehensive test suite

Assets

  • chaosstream.tar.gz - Source code archive
  • libchaosstream.so - Shared library
  • libchaosstream.a - Static library

Installation

See the README.md for detailed build and installation instructions.

Documentation

Full documentation is available at [project website].

Compatibility

  • Linux (tested on major distributions)
  • macOS 10.15+
  • Windows (via MinGW/MSYS2)

Performance Metrics

  • Encryption Speed: ~1.2 GB/s (on modern hardware)
  • Memory Footprint: < 1KB
  • Key Setup Time: < 1ms

Notes

This is a stable release suitable for production use. All core features have been implemented and thoroughly tested.**