RabinHash.Writer

Type for fast writing of successive bytes. Contains only scalar values, so that optimizing compilers may break it up and place the fields in registers.

Members

Functions

slide
void slide(ubyte b)

Slide in one byte (and slide out the corresponding byte from the sliding window).

Properties

peek
Digest peek [@property getter]

Return current digest.

Meta