Remove mention to protobuf
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user