8 lines
150 B
C
8 lines
150 B
C
#ifndef __PPR_SHA256_H__
|
|
#define __PPR_SHA256_H__
|
|
|
|
#include <ppr_machdep.h>
|
|
|
|
void ppr_sha256(void* output, const void* data, ppr_size_t len);
|
|
|
|
#endif
|