Checksum is the data to be stored as checkpoint
type Checksum uint64
func New(data interface{}) Checksum
New returns the Checksum of checkpoint data
func (cs Checksum) Verify(data interface{}) error
Verify verifies that passed checksum is same as calculated checksum