Lots of efforts for make_Credential.

It DOES NOT pass tests yet.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-16 00:50:19 +02:00
parent 5da2af2c34
commit 20038b1586
3 changed files with 219 additions and 28 deletions

View File

@@ -57,9 +57,9 @@ typedef struct PublicKeyCredentialDescriptor {
} PublicKeyCredentialDescriptor;
typedef struct CredOptions {
bool *rk;
bool *up;
bool *uv;
const bool *rk;
const bool *up;
const bool *uv;
bool present;
} CredOptions;