Remove mention to protobuf

This commit is contained in:
Julien Cretin
2020-05-11 15:18:27 +02:00
parent f4b791ed91
commit e6fdcacd32

View File

@@ -454,8 +454,8 @@ pub struct PublicKeyCredentialSource {
pub unknown_fields: BTreeMap<cbor::KeyType, cbor::Value>, 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 // We serialize credentials for the persistent storage using CBOR maps. Each field of a credential
// unique tag, implemented with a CBOR unsigned key. // is associated with a unique tag, implemented with a CBOR unsigned key.
#[repr(u64)] #[repr(u64)]
enum PublicKeyCredentialSourceField { enum PublicKeyCredentialSourceField {
CredentialId = 0, CredentialId = 0,