mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
totp
This commit is contained in:
9
applications/plugins/totp/lib/hmac/byteswap.h
Normal file
9
applications/plugins/totp/lib/hmac/byteswap.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef BYTESWAP_H
|
||||
#define BYTESWAP_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t swap_uint32( uint32_t val );
|
||||
uint64_t swap_uint64( uint64_t val );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user