box-o-sand/onetimepad.py
2009-11-25 17:10:32 -05:00

9 lines
78 B
Python

def encode(msg, pad):
return msg
def decode(msg, pad):
return msg