ppr/include/ppr_sha256.h

8 lines
150 B
C
Raw Normal View History

2026-04-12 23:06:29 +09:00
#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