TOTP update

This commit is contained in:
RogueMaster
2022-12-21 16:37:07 -05:00
parent 4d6bcd2bdc
commit 4cb434fcf0
20 changed files with 604 additions and 259 deletions

View File

@@ -18,8 +18,6 @@
/* Written by Simon Josefsson. The interface was inspired by memxor
in Niels Möller's Nettle. */
/* #include <config.h> */
#include "memxor.h"
void* memxor(void* /*restrict*/ dest, const void* /*restrict*/ src, size_t n) {