repo.or.cz
/
rofl0r-kripto.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RC5 encryption fixed, rotations: performance
[rofl0r-kripto.git]
/
include
/
kripto
/
memwipe.h
blob
f232aec1bdf48493a0883ca043640a0206f3ca81
1
#ifndef KRIPTO_MEMWIPE_H
2
#define KRIPTO_MEMWIPE_H
3
4
#include <stddef.h>
5
6
extern
void
kripto_memwipe
(
void
*
dst
,
size_t
len
);
7
8
#endif