摘要: 代码片段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( 阅读全文
posted @ 2021-01-17 23:00 爱吃砂糖橘的白龙 阅读(1689) 评论(0) 推荐(0) 编辑
摘要: bytes_to_long() 函数在Ctypto库中,最新的3.9.9版本用如下命令去安装Crypto库: pip(3) install pycryotodome 函数引用方式:from Crypto.Util.number import bytes_to_long 使用os.urandom(le 阅读全文
posted @ 2021-01-17 15:10 爱吃砂糖橘的白龙 阅读(11492) 评论(0) 推荐(0) 编辑