refactor as extensions
This commit is contained in:
8
fido2/extensions/extensions.h
Normal file
8
fido2/extensions/extensions.h
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
#ifndef EXTENSIONS_H_
|
||||
#define EXTENSIONS_H_
|
||||
#include "u2f.h"
|
||||
|
||||
int16_t extend_u2f(struct u2f_request_apdu* req, uint32_t len);
|
||||
|
||||
#endif /* EXTENSIONS_H_ */
|
Reference in New Issue
Block a user