kee

Offline IOU signer with QR as transport
git clone https://holbrook.no/src/kee
Info | Log | Files | Refs | README | LICENSE

commit 6544c99372def1beb6f523e05fbfaf233d71a9a8
parent 26692fab85a83b13856346cea0f9c6ef49d4b16b
Author: lash <dev@holbrook.no>
Date:   Wed, 15 May 2024 21:16:31 +0100

Add missing file defs.h

Diffstat:
Asrc/defs.h | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/defs.h b/src/defs.h @@ -0,0 +1,6 @@ +#ifndef KEE_DEFS_H_ +#define KEE_DEFS_H_ + +static const char zero_content[64] = {0x00}; + +#endif