摘要: #include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <string.h> #define ROTRIGHT(word, bits) (((word) >> (bits)) | ((word) << (32 - (bits) 阅读全文
posted @ 2024-12-06 21:25 Augustone 阅读(1) 评论(0) 推荐(0) 编辑