Skip to content

bbc/crimpure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crimpure

This is a Clojure implementation of Crimp, the BBC News arbitrary data structure hashing tool.

The notate method returns a string showing the flattened and simplified data structure

The signature method returns the MD5 hash of that notation string

How to run the tests

The project uses Midje.

lein midje will run all tests.

lein midje namespace.* will run only tests beginning with "namespace.".

lein midje :autotest will run all the tests indefinitely. It sets up a watcher on the code files. If they change, only the relevant tests will be run again.

About

A pure implementation of Crimp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published