Parameter Encoder.1-E

type state
type result
type error
val eval : Cstruct.t -> state -> [ `Flush of state | `End of state * result | `Error of state * error ] Lwt.t
val used : state -> int
val flush : int -> int -> state -> state