sha3
Embeddable C11 SHA-3 implementation.
Functions
Miscellaneous

Miscellaneous functions. More...

Functions

const char * sha3_backend (void)
 Get name of backend. More...
 

Detailed Description

Miscellaneous functions.

Function Documentation

◆ sha3_backend()

const char * sha3_backend ( void  )

Get name of backend.

Note
Returns a read-only string which must not be freed by the caller.

Example:

// get backend name
const char *backend = sha3_backend();
// print backend name to stdout
printf("%s: backend=%s\n", __func__, backend);
const char * sha3_backend(void)
Get name of backend.