Skip to content

Commit

Permalink
c backend rewrite, aes replaces cipher fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfd committed Jan 8, 2025
1 parent 2f0f8ab commit a65e9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lotordb/src/db_tables.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef DB_TABLES_H
#define DB_TABLES_H 1
#include "db_keystore.h"
#include "ciphers.h"
#include "aes.h"

#define u64 unsigned long long int // because linux uint64_t is not same as on mac
#define DBLENGTH 1000
Expand Down

0 comments on commit a65e9fc

Please sign in to comment.