update for totp

This commit is contained in:
RogueMaster
2022-10-17 10:15:48 -04:00
parent 91a3336032
commit f8099d2344
53 changed files with 1993 additions and 2126 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);