7 lines
104 B
C
Raw Normal View History

2014-07-24 11:24:54 -07:00
#ifndef __ZEROIZE_H__
#define __ZEROIZE_H__
void zeroize(unsigned char* b, unsigned long len);
#endif