package mirage-crypto

  1. Overview
  2. Docs

Streaming ciphers.

module type S = sig ... end

General stream cipher type.

module ARC4 : S

Alleged Rivest Cipher 4.