some initial work and thoughts about encryption

This commit is contained in:
Blue 2023-01-01 20:25:51 +03:00
parent 758a9d95f3
commit b45a73b723
Signed by: blue
GPG key ID: 9B203B252A63EE38
12 changed files with 342 additions and 18 deletions

View file

@ -26,4 +26,6 @@ target_sources(squawk PRIVATE
form.cpp
field.h
field.cpp
keyinfo.cpp
keyinfo.h
)