mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
[Presence] Deprecate signature_version field in protos.
PiperOrigin-RevId: 671511383
This commit is contained in:
committed by
Copybara-Service
parent
d89e1f6832
commit
6dd3fbcd3d
@@ -104,7 +104,7 @@ message SharedCredential {
|
|||||||
|
|
||||||
// Signature algorithm version. Used to determine which algorithm to use to
|
// Signature algorithm version. Used to determine which algorithm to use to
|
||||||
// verify incoming signatures.
|
// verify incoming signatures.
|
||||||
string signature_version = 16;
|
string signature_version = 16 [deprecated = true];
|
||||||
|
|
||||||
// The HMAC of the plaintext identity token included (in encrypted form) in an
|
// The HMAC of the plaintext identity token included (in encrypted form) in an
|
||||||
// unsigned, extended salt, V1 advertisement.
|
// unsigned, extended salt, V1 advertisement.
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ message LocalCredential {
|
|||||||
|
|
||||||
// Signature algorithm version. Used to determine which algorithm to use to
|
// Signature algorithm version. Used to determine which algorithm to use to
|
||||||
// sign data.
|
// sign data.
|
||||||
string signature_version = 12;
|
string signature_version = 12 [deprecated = true];
|
||||||
|
|
||||||
// Credential version used to infer the expected credential material.
|
// Credential version used to infer the expected credential material.
|
||||||
int64 credential_version = 13;
|
int64 credential_version = 13;
|
||||||
|
|||||||
Reference in New Issue
Block a user