Exemplo n.º 1
0
def runGetBothShortenedHashes():
    scc.result1 = CreateWordsFromHex.get_shortened_hash(scc.first_set, scc.desired_length)
    scc.result2 = CreateWordsFromHex.get_shortened_hash(scc.second_set, scc.desired_length)
Exemplo n.º 2
0
def runGetShortenedHash():
    scc.result = CreateWordsFromHex.get_shortened_hash(scc.digits, scc.desired_length)