- 博客(2)
- 资源 (5)
- 收藏
- 关注
原创 关于C语言实现hash中SHA256的源码
目前可以实现SHA256#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <string.h>typedef unsigned char uint_8;#define SHA256_ROTL(a,b) (((a>>(3...
2018-08-28 17:31:00
4022
2
原创 关于java数组的学习心得
##### 求平均数并打印出大于平均数的数```java public static void main(String[] args) { Scanner in = new Scanner(System.in); int x; int [] numbers = new int [100]; //定位数组并创建了数组 ...
2018-05-15 19:08:43
1973
C语言不使用openssl实现RSA4096
2018-09-27
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人