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

Commit bfd60714 authored by Max Bires's avatar Max Bires Committed by Automerger Merge Worker
Browse files

Fixing spec discrepancy in MacedPublicKey am: fbc0db2c am: 0b51b97a am:...

Fixing spec discrepancy in MacedPublicKey am: fbc0db2c am: 0b51b97a am: d731deda am: 649b0b6b

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

Change-Id: I771bae65fab08b1ba78b3626229aa66f300c7db4
parents c3ada23e 649b0b6b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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.
     *     },