Skip to main content

CryptoMixer

Description

Cryptographic mixing using ChaCha20 for enhanced security

Key Features

  • ChaCha20 cryptographic mixing
  • 256-bit security level
  • Constant-time operations
  • SIMD-accelerated mixing

Source

Defined in src/crypto_mixer.hpp

Usage Example

// Example usage of CryptoMixer
CryptoMixer instance;
// See API documentation for detailed usage