You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/10/18 19:03:13 UTC

[GitHub] [mynewt-core] nkaje opened a new pull request #2056: dialog_dk1469x-dk-pro: Fix otp_write_key

nkaje opened a new pull request #2056: dialog_dk1469x-dk-pro: Fix otp_write_key
URL: https://github.com/apache/mynewt-core/pull/2056
 
 
   otp_write_key reads a base64 encoded key. When encoded, the key
   is longer than 32 bytes. struct.unpack expects it to be decoded
   and 32 bits long. Hence decode it and then use.
   
   Signed-off-by: Naveen Kaje <na...@juul.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services