23 #ifndef ISAL_INCLUDE_DUMP_H_
24 #define ISAL_INCLUDE_DUMP_H_
30 #include "erasure_coder.h"
36 void dump(
unsigned char *buf,
int len);
38 void dumpMatrix(
unsigned char **s,
int k,
int m);
40 void dumpCodingMatrix(
unsigned char *s,
int n1,
int n2);
42 #endif // ISAL_INCLUDE_DUMP_H_
Definition: erasure_coder.h:45
Definition: erasure_coder.h:53