commit c54c0f00f56a1f9d94c7f14e6c271d4bc011d52f parent db3b275a2240f25ad6a5fcf28060f273bc968f7a Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch> Date: Wed, 29 May 2024 11:57:17 +0200 [doc] some changes Diffstat:
| M | doc/thesis/chapters/implementation/implementation.tex | | | 2 | +- |
| M | doc/thesis/thesis.pdf | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/thesis/chapters/implementation/implementation.tex b/doc/thesis/chapters/implementation/implementation.tex @@ -115,5 +115,5 @@ History of the yearly donations for each charity. \section{Android Verification App} The android app is part of the verification process used by the tax authority to check the donation statement (see xx). -It is possible to define an URI scheme for an android app. The app opens when the link is activated. The arguments defined in chapter Protocol xx are separated with slashes. To ensure that as many characters as possible can be stored in the QR code, the QR code should be alphanumeric encoded\footnote{alphanumeric encoded QR codes have a capaticity of up to 4296 characters and support only a few special characters}. This means that each argument is stringified. To ensure that no special characters are used for binary data, the hash and the signature are encoded in ASCII using CrockfordBase32.\cite{arcodedensonwavewebsite} +It is possible to define an URI scheme for an android app. The app opens when the link is activated. The arguments defined in chapter Protocol xx are separated with slashes. To ensure that as many characters as possible can be stored in the QR code, the QR code should be alphanumeric encoded\footnote{alphanumeric encoded QR codes have a capaticity of up to 4296 characters and support only a few special characters}. This means that each argument is stringified. To ensure that no special characters are used for binary data, the hash and the signature are encoded in ASCII using CrockfordBase32.\cite{qrcodedensowavewebsite} %TODO: Add Link example diff --git a/doc/thesis/thesis.pdf b/doc/thesis/thesis.pdf Binary files differ.