drbg专题

确定性随机数发生器测试向量——DRBG-HMAC-SHA1

目录 结构体定义 测试用基本量 DRBG-HMAC-SHA1测试数据 结构体定义 //DRBG测试中用, 因测试使用数据有很多相同之处 typedef struct dat_st {     int        len;     char *    dat; }tvstr; //DRBG的测试向量 typedef struct drbg_test_vector_st

确定性随机数发生器测试向量——DRBG-HMAC-SHA384

目录 结构体定义 测试用基本量 DRBG-HMAC-SHA384测试数据 结构体定义 //DRBG测试中用, 因测试使用数据有很多相同之处 typedef struct dat_st {     int        len;     char *    dat; }tvstr; //DRBG的测试向量 typedef struct drbg_test_vector_st

确定性随机数发生器测试向量——DRBG-HMAC-SHA256

目录 结构体定义 测试用基本量 DRBG-HMAC-SHA256测试数据 结构体定义 //DRBG测试中用, 因测试使用数据有很多相同之处 typedef struct dat_st {     int        len;     char *    dat; }tvstr; //DRBG的测试向量 typedef struct drbg_test_vector_st