...

/

Learning by Example: checksum

Learning by Example: checksum

In this lesson, you will learn how to generate the checksum of a string.

ChecksumAccumulator

To understand the concepts of the next lesson, we will be using Martin Ordersky’s (inventor of Scala) ChecksumAccumulator program. Before we move on, let’s briefly go over checksum.

Checksum

A checksum is a string of characters consisting of numbers and ...