def topazCryptoDecrypt(data, ctx): return Topaz_Cipher().decrypt(data, ctx)
def topazCryptoInit(key): return Topaz_Cipher().ctx_init(key)