예제 #1
0
def _encode_file_and_hash(N):
    filefec.encode_file(open(FNAME, "rb"), hashem, K, M)
예제 #2
0
def _encode_file(N):
    filefec.encode_file(open(FNAME, "rb"), donothing, K, M)