摘要:
代码片段1 #include <stdio.h> int main() { unsigned int x = 100; unsigned int y = 1; int *p = &x; printf("x=%d\n", x); //printf("lalalala%n\n", p); printf( 阅读全文
摘要:
bytes_to_long() 函数在Ctypto库中,最新的3.9.9版本用如下命令去安装Crypto库: pip(3) install pycryotodome 函数引用方式:from Crypto.Util.number import bytes_to_long 使用os.urandom(le 阅读全文