I hereby claim:
- I am AnthonyBriggs on github.
- I am anthonybriggs (https://keybase.io/anthonybriggs) on keybase.
- I have a public key whose fingerprint is BFCD 1D56 F8B3 9AF8 F345 5407 CCD7 9551 5316 B736
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python | |
import hashlib | |
""" | |
Python implementation of the lavarand n-way, sha-1, xor-rotate-and-fold | |
algorithm, aka. The Digital Blender (tm). | |
For details, see https://web.archive.org/web/20121015231322/http://www.lavarand.org/what/digital-blender.html |