摘要: 数据转换-整数字节数组 main.c #include<stdio.h> #include"utils.h" int main(){ //把整型数字转化为字节数组 int m; char bytearr[100]; printf("请输入一个整型数字\n"); scanf("%d",&m); pri 阅读全文
posted @ 2022-06-02 15:15 氧气2019 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 数据转换-位串字节数组 在openEuler(推荐)或Ubuntu或Windows(不推荐)中完成下面任务 1 参考《GMT 0009-2012 SM2密码算法使用规范》第6节“数据转换” 在utils.h和utils.c中完成位串与8位字节串的转换功能(10'): int Bitstr2ByteA 阅读全文
posted @ 2022-06-02 14:21 氧气2019 阅读(49) 评论(0) 推荐(0) 编辑