mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "Remove 'ops' field from BCC public keys." am: fefa4986db
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1964424 Change-Id: I44b01b621ed158af6fb2f73c5f5d2012c77bc700
This commit is contained in:
@@ -169,7 +169,6 @@ parcelable ProtectedData {
|
||||
* PubKeyEd25519 = { // COSE_Key
|
||||
* 1 : 1, // Key type : octet key pair
|
||||
* 3 : AlgorithmEdDSA, // Algorithm : EdDSA
|
||||
* 4 : 2, // Ops: Verify
|
||||
* -1 : 6, // Curve : Ed25519
|
||||
* -2 : bstr // X coordinate, little-endian
|
||||
* }
|
||||
@@ -184,7 +183,6 @@ parcelable ProtectedData {
|
||||
* PubKeyECDSA256 = { // COSE_Key
|
||||
* 1 : 2, // Key type : EC2
|
||||
* 3 : AlgorithmES256, // Algorithm : ECDSA w/ SHA-256
|
||||
* 4 : 2, // Ops: Verify
|
||||
* -1 : 1, // Curve: P256
|
||||
* -2 : bstr, // X coordinate
|
||||
* -3 : bstr // Y coordinate
|
||||
|
||||
Reference in New Issue
Block a user