本文介绍了在实现IDEA算法时,如何将输入英文文本解释为64位块?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在实施IDEA)所以有一个问题:输入文本是如何解释的?(据我所知,IDEA使用XOR,乘法模式(2 ^ 16 + 1)和加法mod(2 ^ 16)操作。那么我应该如何将英文字母解释成位?)。任何帮助表示赞赏!
解决方案
I am implementing the IDEA) So there is a question: how is the input text interpreted?(as far as I am concerned the IDEA uses XOR,multiplication mod(2^16+1) and and addition mod(2^16) operations. So how should I interpret English letters into bits???). Any help is appreciated!
解决方案
这篇关于在实现IDEA算法时,如何将输入英文文本解释为64位块?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!