我需要执行 AES (高级加密标准) 。 根据标准, 每回合我用 s-box 替换字节( 如 : 4F - & gt; 84) 。 我的问题是, 我是否需要将 s- box 作为变量存储在 C++ 源代码中, 或者我可以为每个字节计算?
Hey SO ers, I m making a C#/WPF app that needs to access a number of tables to generate some of the xaml code I will use in the app. The tables will also contain some floating point numerical data as ...