Reduce totp_face_lfs memory usage

This commit is contained in:
James Haggerty
2024-04-10 12:34:43 +10:00
committed by madhogs
parent 439843f56b
commit 77ea1b8965
3 changed files with 65 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
#include <inttypes.h>
#include "time.h"
typedef enum {
typedef enum __attribute__ ((__packed__)) {
SHA1,
SHA224,
SHA256,