-rw-r--r-- 99 libsecded-20220828/clean.py raw
from parity import parity from correct import correct def clean(x): return correct(x,parity(x))