mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-28 03:59:58 -07:00
totp update
This commit is contained in:
6
applications/plugins/totp/services/hmac/byteswap.h
Normal file
6
applications/plugins/totp/services/hmac/byteswap.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t swap_uint32( uint32_t val );
|
||||
uint64_t swap_uint64( uint64_t val );
|
||||
Reference in New Issue
Block a user