package sm

  1. Overview
  2. Docs

Module Stream.Gcm_encryptSource

Sourcetype t
Sourceval init : key:bytes -> iv:bytes -> t
Sourceval add_aad : t -> bytes -> unit
Sourceval update : t -> bytes -> unit
Sourceval finalize : t -> Gcm.encrypted