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/python2 | |
# based on bcbp_implementation_guidev4_jun2009.pdf | |
# and http://www.airlineinfo.com/ostpdf88/98.pdf | |
import sys | |
from datetime import date, timedelta | |
from binascii import hexlify, a2b_base64 | |
from collections import OrderedDict as odict |