Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
koenigl2
OpenSK
Commits
e6fdcacd
Commit
e6fdcacd
authored
4 years ago
by
Julien Cretin
Browse files
Options
Downloads
Patches
Plain Diff
Remove mention to protobuf
parent
f4b791ed
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ctap/data_formats.rs
+2
-2
2 additions, 2 deletions
src/ctap/data_formats.rs
with
2 additions
and
2 deletions
src/ctap/data_formats.rs
+
2
−
2
View file @
e6fdcacd
...
...
@@ -454,8 +454,8 @@ pub struct PublicKeyCredentialSource {
pub
unknown_fields
:
BTreeMap
<
cbor
::
KeyType
,
cbor
::
Value
>
,
}
// We s
imulate protocol buffers
in CBOR
with
maps. Each field of a
message is associated with a
// unique tag, implemented with a CBOR unsigned key.
// We s
erialize credentials for the persistent storage us
in
g
CBOR maps. Each field of a
credential
//
is associated with a
unique tag, implemented with a CBOR unsigned key.
#[repr(u64)]
enum
PublicKeyCredentialSourceField
{
CredentialId
=
0
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment