Skip to content
Snippets Groups Projects
Commit e6fdcacd authored by Julien Cretin's avatar Julien Cretin
Browse files

Remove mention to protobuf

parent f4b791ed
No related branches found
No related tags found
No related merge requests found
......@@ -454,8 +454,8 @@ pub struct PublicKeyCredentialSource {
pub unknown_fields: BTreeMap<cbor::KeyType, cbor::Value>,
}
// We simulate protocol buffers in CBOR with maps. Each field of a message is associated with a
// unique tag, implemented with a CBOR unsigned key.
// We serialize credentials for the persistent storage using 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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment