mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-08 17:57:41 +00:00
7 lines
104 B
C
7 lines
104 B
C
#ifndef __ZEROIZE_H__
|
|
#define __ZEROIZE_H__
|
|
|
|
void zeroize(unsigned char* b, unsigned long len);
|
|
|
|
#endif
|