This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |