init
This commit is contained in:
commit
d2a3bcb744
32 changed files with 3298 additions and 0 deletions
8
include/ppr_sha256.h
Normal file
8
include/ppr_sha256.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue