14 lines
No EOL
164 B
C
14 lines
No EOL
164 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include <stddef.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void show_sha256(char *buf, size_t len);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |