|
join 1.0
lightweight network framework library
|

Functions | |
| const std::string | key (65, 'a') |
| key. | |
| TEST (Hmac, finalize) | |
| Test finalize. | |
| TEST (Hmac, md5bin) | |
| Test md5bin. | |
| TEST (Hmac, md5hex) | |
| Test md5hex. | |
| TEST (Hmac, sha1bin) | |
| Test sha1bin. | |
| TEST (Hmac, sha1hex) | |
| Test sha1hex. | |
| TEST (Hmac, sha224bin) | |
| Test sha224bin. | |
| TEST (Hmac, sha224hex) | |
| Test sha224hex. | |
| TEST (Hmac, sha256bin) | |
| Test sha256bin. | |
| TEST (Hmac, sha256hex) | |
| Test sha256hex. | |
| TEST (Hmac, sha384bin) | |
| Test sha384bin. | |
| TEST (Hmac, sha384hex) | |
| Test sha384hex. | |
| TEST (Hmac, sha512bin) | |
| Test sha512bin. | |
| TEST (Hmac, sha512hex) | |
| Test sha512hex. | |
| TEST (Hmac, sm3bin) | |
| Test sm3bin. | |
| TEST (Hmac, sm3hex) | |
| Test sm3hex. | |
| int | main (int argc, char **argv) |
| main function. | |
Variables | |
| const std::string | sample |
| sample text. | |
| BytesArray | md5bin |
| keyed-hash message authentication code in binary format. | |
| BytesArray | sha1bin |
| BytesArray | sha224bin |
| BytesArray | sha256bin |
| BytesArray | sha384bin |
| BytesArray | sha512bin |
| BytesArray | sm3bin |
| const std::string | md5hex = "d38cc14908acaca11f83f98337ea7614" |
| keyed-hash message authentication code in hexadecimal format. | |
| const std::string | sha1hex = "ea279e14cdbfb68d30e2fefc5aa71325f4845abd" |
| const std::string | sha224hex = "2b56d6be15511224c06f29e82992ff1ff193e4e452a036d2738df958" |
| const std::string | sha256hex = "f7d289a6280433fbe77d76fbf6651a097e9b6a53b94d6d958fb4579593454195" |
| const std::string | sha384hex = "6a1663644d1276cf28b2d5ce059962302fa56a057c830c17d6d32a45e608d65719254a0f043372b5d4ab3188c0fe1bab" |
| const std::string | sha512hex = "9d73a7160b32d250c4a92fcc070aa74c865cf3c7d4fec0fcffb8ed36520d255cf12e4faf99496eef8a978647da85af8ca8c645815e3865a30506ebb9012cbc5c" |
| const std::string | sm3hex = "10d95529e4d8bb1fc98514151a361ac5f3ad58f04ed5db4affc8459d5e63a697" |
| const std::string key | ( | 65 | , |
| 'a' | ) |
key.
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST | ( | Hmac | , |
| finalize | ) |
Test finalize.
| BytesArray md5bin |
keyed-hash message authentication code in binary format.
| const std::string md5hex = "d38cc14908acaca11f83f98337ea7614" |
keyed-hash message authentication code in hexadecimal format.
| const std::string sample |
sample text.
| BytesArray sha1bin |
| const std::string sha1hex = "ea279e14cdbfb68d30e2fefc5aa71325f4845abd" |
| BytesArray sha224bin |
| const std::string sha224hex = "2b56d6be15511224c06f29e82992ff1ff193e4e452a036d2738df958" |
| BytesArray sha256bin |
| const std::string sha256hex = "f7d289a6280433fbe77d76fbf6651a097e9b6a53b94d6d958fb4579593454195" |
| BytesArray sha384bin |
| const std::string sha384hex = "6a1663644d1276cf28b2d5ce059962302fa56a057c830c17d6d32a45e608d65719254a0f043372b5d4ab3188c0fe1bab" |
| BytesArray sha512bin |
| const std::string sha512hex = "9d73a7160b32d250c4a92fcc070aa74c865cf3c7d4fec0fcffb8ed36520d255cf12e4faf99496eef8a978647da85af8ca8c645815e3865a30506ebb9012cbc5c" |
| BytesArray sm3bin |
| const std::string sm3hex = "10d95529e4d8bb1fc98514151a361ac5f3ad58f04ed5db4affc8459d5e63a697" |