ppr/include/ppr_sha256.h
2026-04-12 23:06:29 +09:00

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