|
MCCI TweetNaCl
TweetNaCl library adapted for embedded use
|
Collaboration diagram for String Comparison:Functions | |
| static mcci_tweetnacl_result_t | mcci_tweetnacl_verify_16 (const unsigned char *x, const unsigned char *y) |
| Compare two 16-byte buffers, in a time-invariant fashion. More... | |
| static mcci_tweetnacl_result_t | mcci_tweetnacl_verify_32 (const unsigned char *x, const unsigned char *y) |
| Compare two 32-byte buffers, in a time-invariant fashion. More... | |
| static mcci_tweetnacl_result_t | mcci_tweetnacl_verify_64 (const unsigned char *x, const unsigned char *y) |
| Compare two 64-byte buffers, in a time-invariant fashion. More... | |
|
inlinestatic |
Compare two 16-byte buffers, in a time-invariant fashion.
| [in] | x,y | buffers to be compared. |
Definition at line 171 of file mcci_tweetnacl.h.
|
inlinestatic |
Compare two 32-byte buffers, in a time-invariant fashion.
| [in] | x,y | buffers to be compared. |
Definition at line 190 of file mcci_tweetnacl.h.
|
inlinestatic |
Compare two 64-byte buffers, in a time-invariant fashion.
| [in] | x,y | buffers to be compared. |
Definition at line 209 of file mcci_tweetnacl.h.