Python-加密Feistel函数(AUT64)-实现中的数学/编程问题

时间:2019-01-03 08:52:40

标签: python math encryption cryptography encryption-symmetric

不知道如何添加数学符号,因此会粘贴图像:

AUT64 Feistel function

基于此:

https://tches.iacr.org/index.php/TCHES/article/view/874/826(第52页)

我设法实现压缩功能(1)

但是,不明白2,3和4是什么意思。

具有数学/编程知识的人可以解释吗?理想情况下,如何在Python中实现它。

这是我的代码段:

aut64.py


 val context =  ApplicationProvider.getApplicationContext<YourApplication>()
 PreferenceManager.getDefaultSharedPreferences(context)

任何帮助将不胜感激。我是一个初学者,以上可能全是错误的:)

谢谢!

0 个答案:

没有答案