keccakpermutationreference.h
来自「Keccak hash加密算法」· C头文件 代码 · 共 21 行
H
21 行
/*Algorithm Name: KeccakAuthors: Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van AsscheDate: October 27, 2008This code, originally by Guido Bertoni, Joan Daemen, Michaël Peeters andGilles Van Assche as a part of the SHA-3 submission, is hereby put in thepublic domain. It is given as is, without any guarantee.For more information, feedback or questions, please refer to our website:http://keccak.noekeon.org/*/#ifndef _KeccakPermutationReference_h_#define _KeccakPermutationReference_h_void displayRoundConstants(FILE *f);void displayRhoOffsets(FILE *f);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?