def _encode_file_and_hash(N): filefec.encode_file(open(FNAME, "rb"), hashem, K, M)
def _encode_file(N): filefec.encode_file(open(FNAME, "rb"), donothing, K, M)