Gastronomy

Gastronomy is a simple library to provide cryptographic digests of Scala objects through a simple functional API, and present them in different encoded forms.
Features
hashing of simple and primitive Scala types
generically-derived digests for all case class and sealed trait types
supports SHA-256, SHA-1 and MD5 hash algorithms
encodes into Hex or BASE-64, or BASE-64 (URL) encodings
Getting Started
TBC