Type Definition ctr::Ctr128LE[][src]

type Ctr128LE<B> = Ctr<B, Ctr128LE>;
Expand description

CTR mode with 128-bit little endian counter.