mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 05:56:34 +00:00
Fixing spec discrepancy in MacedPublicKey am: fbc0db2cd2
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1971499 Change-Id: I6caa4b986418cd63b1f0b10c8aedaa2615a961bf
This commit is contained in:
@@ -37,10 +37,10 @@ parcelable MacedPublicKey {
|
||||
*
|
||||
* PublicKey = { // COSE_Key
|
||||
* 1 : 2, // Key type : EC2
|
||||
* 3 : -8 // Algorithm : ES256
|
||||
* -1 : 6, // Curve : P256
|
||||
* -2 : bstr // X coordinate, little-endian
|
||||
* -3 : bstr // Y coordinate, little-endian
|
||||
* 3 : -7, // Algorithm : ES256
|
||||
* -1 : 1, // Curve : P256
|
||||
* -2 : bstr, // X coordinate, little-endian
|
||||
* -3 : bstr, // Y coordinate, little-endian
|
||||
* ? -70000 : nil // Presence indicates this is a test key. If set, K_mac is
|
||||
* // all zeros.
|
||||
* },
|
||||
|
||||
Reference in New Issue
Block a user