diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-07 18:09:48 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-08 16:06:19 +0800 |
| commit | f36e0c51177979c57b3402676fe342c180f9cb5b (patch) | |
| tree | bfb9709eb1773128c9a595dfda8b76a8e960f3da /lock/util.c | |
| parent | 6a2b5fefeb8931ca886bcf99a8f983b13e545515 (diff) | |
| download | smart-home-f36e0c51177979c57b3402676fe342c180f9cb5b.tar.gz | |
Keygen using timer.
Diffstat (limited to 'lock/util.c')
| -rw-r--r-- | lock/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lock/util.c b/lock/util.c index e9a7a5a..95bef77 100644 --- a/lock/util.c +++ b/lock/util.c @@ -1,6 +1,6 @@ #include "util.h" -void xor(const char *k, const char *s, char *d, int n) +void xor(const char *k, const char *s, char *d, uint8_t n) { int i; |
