Home
last modified time | relevance | path

Searched refs:cipherstring (Results 1 – 1 of 1) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Deexec.py21 def decrypt(cipherstring, R): argument
23 for cipher in cipherstring:
34 cipherstring = strjoin(cipherList)
35 return cipherstring, int(R)