1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-08-05 04:01:12 +03:00

Added encryption simulation in dbsim

Option --encryption=1 enables encryption simulation in dbsim. The
`do_crypt()` callback flips bits of input buffer and writes to output.
This commit is contained in:
Teemu Ollakka
2019-01-28 12:58:59 +02:00
parent 532ba4c452
commit 0c75d68bed
5 changed files with 14 additions and 5 deletions

View File

@@ -65,7 +65,6 @@ namespace db
void* output,
bool encrypt,
bool last) override;
private:
db::server& server_;
};