summaryrefslogtreecommitdiff
path: root/src/encryption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encryption.h')
-rw-r--r--src/encryption.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encryption.h b/src/encryption.h
index 15800f4..15dd568 100644
--- a/src/encryption.h
+++ b/src/encryption.h
@@ -1,6 +1,7 @@
1#ifndef __SLOTS__ENCRYPTION_H__176771896719387 1#ifndef __SLOTS__ENCRYPTION_H__176771896719387
2#define __SLOTS__ENCRYPTION_H__176771896719387 2#define __SLOTS__ENCRYPTION_H__176771896719387
3 3
4#include "ll.h"
4#include <stddef.h> 5#include <stddef.h>
5 6
6/* Overwrite an open file with "encrypted" data by XOR'ing each byte with a character from PASSPHRASE. Returns number of bytes overwritten, and -1 on error */ 7/* Overwrite an open file with "encrypted" data by XOR'ing each byte with a character from PASSPHRASE. Returns number of bytes overwritten, and -1 on error */