#!/usr/bin/python

import rolling_checksum_mod
rcm = rolling_checksum_mod.Rolling_checksum()
for i in xrange(256):
   rcm.add(i)