Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python3
"""
MD2 Message Digest Algorithm.
Implemented by Cameron Lonsdale to the spec of RFC 1319.
"""
import binascii
# Permutation of 0..255 constructed from the digits of pi.