Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c12212b6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove 'ops' field from BCC public keys." am: fefa4986 am: f2e823e6

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1964424

Change-Id: I0987f4b0a8699f03c9162c480f1ddbb3ca00c8a3
parents 290bf4d7 f2e823e6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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