diff options
| author | @syxhe <https://t.me/syxhe> | 2025-01-19 17:58:45 -0600 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-01-19 17:58:45 -0600 |
| commit | 2f66e8678971ba0340a96d811ced405d75dbb114 (patch) | |
| tree | 85bbeb6d86e8abecd18782f0be18151c57bb8b27 /src/encryption.h | |
| parent | 0c19d693bfe1dd3071c71d9d95f68c0db5cc75d0 (diff) | |
Write example code for generating, storing, and verifying a password
Diffstat (limited to 'src/encryption.h')
| -rw-r--r-- | src/encryption.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encryption.h b/src/encryption.h index 01aa704..c780e2b 100644 --- a/src/encryption.h +++ b/src/encryption.h | |||
| @@ -77,6 +77,6 @@ void vxgg_setsodiumfailcb(const vxgg_naclfailcb cb, void *data); | |||
| 77 | void checksodium(void); | 77 | void checksodium(void); |
| 78 | 78 | ||
| 79 | // open() with the flags O_TMPFILE, O_WRONLY, O_CLOEXEC, and O_SYNC. Opened with mode S_IRUSR, S_IWUSR | 79 | // open() with the flags O_TMPFILE, O_WRONLY, O_CLOEXEC, and O_SYNC. Opened with mode S_IRUSR, S_IWUSR |
| 80 | int maketmp(const char *dest); | 80 | int maketmp(const char * const dest); |
| 81 | 81 | ||
| 82 | #endif \ No newline at end of file | 82 | #endif \ No newline at end of file |
