21 using namespace cryptoTools;
28 std::vector<uint8_t> seed;
36 for (uint8_t byte=0; byte<32; byte++)
39 for (
unsigned int i=0; i<128; i++)
43 std::cout<<std::hex<<std::setfill(
'0')
51 std::cout<<std::endl<<
"SHA-384";
55 for (uint8_t byte=0; byte<48; byte++)
58 for (
unsigned int i=0; i<128; i++)
62 std::cout<<std::hex<<std::setfill(
'0')
70 std::cout<<std::endl<<
"SHA-512";
74 for (uint8_t byte=0; byte<64; byte++)
77 for (
unsigned int i=0; i<128; i++)
81 std::cout<<std::hex<<std::setfill(
'0')