Added registration.
Currently doesn't return any valid result, hence host believes device failed to register, however, insecure storage of keys does occur.
This commit is contained in:
10
U2F_CMD.hpp
Normal file
10
U2F_CMD.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
struct U2F_CMD
|
||||
{
|
||||
protected:
|
||||
U2F_CMD() = default;
|
||||
|
||||
public:
|
||||
~U2F_CMD() = default;
|
||||
}; //For polymorphic type casting
|
||||
Reference in New Issue
Block a user