update totp plugin

https://github.com/akopachov/flipper-zero_authenticator
This commit is contained in:
MX
2022-10-13 16:57:08 +03:00
parent 220adf2375
commit 8e0e4b5e2c
49 changed files with 1989 additions and 1934 deletions

View File

@@ -25,4 +25,4 @@
/* Compute binary exclusive OR of memory areas DEST and SRC, putting
the result in DEST, of length N bytes. Returns a pointer to
DEST. */
void* memxor(void* /*restrict*/ dest, const void* /*restrict*/ src, size_t n);
void *memxor (void */*restrict*/ dest, const void */*restrict*/ src, size_t n);