-rw-r--r-- 157 saferewrite-20210915/src/encode_761xint16/little/encode.c
#include "crypto_encode.h" #include <string.h> void crypto_encode(unsigned char *s,const void *v) { if (v != s) memcpy(s,v,crypto_encode_STRBYTES); }