TI 的 DSP 作为信号处理器, 对数据和算法的处理能力很强.
我在 TI 的官网找到了 Advanced Encryption Standard: http://www.ti.com.cn/tool/cn/AES-128?keyMatch=AES&tisearch=Search-CN-Everything
但是发现是 8 位数据的版本, 不知道有没有面对 C2000 (char 是 16 位) 的 16/32位处理的版本, 提高程序执行的速度和内存的使用效率.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
TI 的 DSP 作为信号处理器, 对数据和算法的处理能力很强.
我在 TI 的官网找到了 Advanced Encryption Standard: http://www.ti.com.cn/tool/cn/AES-128?keyMatch=AES&tisearch=Search-CN-Everything
但是发现是 8 位数据的版本, 不知道有没有面对 C2000 (char 是 16 位) 的 16/32位处理的版本, 提高程序执行的速度和内存的使用效率.