Biscuit

25 Nov 2012 henrygarner.com

Biscuit is a Clojure library for creating message digest(ive)s. The digest algorithms implemented in biscuit are all variations of CRCs and are designed to verify the integrity of messages sent over noisy channels.

Usage

Biscuit is extremely simple. Each digest algorithm is implemented as a function which accepts a single message argument and returns the digest value.

Thanks

Special thanks go to the digest-crc ruby gem which strongly influenced this library.