W
wolf_cyj
Unregistered / Unconfirmed
GUEST, unregistred user!
一个随机数结构体(RSA算法实现的时候用到):
typedef RandomStruct{
unsigned int ByteNeeded;
unsigned char state[16];
unsigned int OutputAvailable;
unsigned char Output[16];
}...
不知道具体代表的意思,及如何使用这个结构体。
typedef RandomStruct{
unsigned int ByteNeeded;
unsigned char state[16];
unsigned int OutputAvailable;
unsigned char Output[16];
}...
不知道具体代表的意思,及如何使用这个结构体。