摘要:
#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
阅读(10)
评论(0)
推荐(0)
浙公网安备 33010602011771号