This commit is contained in:
x
2023-03-23 11:29:36 +01:00
parent 7ddb0de5d1
commit 9171aabc37
37 changed files with 4 additions and 320 deletions

View File

@ -0,0 +1,10 @@
#ifdef __cplusplus
extern "C" {
#endif
unsigned char *vbpolyenc(unsigned *in, unsigned n, unsigned char *out);
unsigned char *vbpolydec(unsigned char *in, unsigned n, unsigned *out);
#ifdef __cplusplus
}
#endif