#ifndef __PPR_SHA256_H__ #define __PPR_SHA256_H__ #include void ppr_sha256(void* output, const void* data, ppr_size_t len); #endif