You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Compile code
2.test code; print entire 32 byte key
3.last byte of 32 byte key is always zero
What is the expected output? What do you see instead?
Expected output is 32 bytes of random bits to be used as symmetric crypto key.
What is seen is 31 bytes of random bits with the last byte always zero.
What version of the product are you using? On what operating system?
OS X version :
XCode version :
Tools revision : run the "hg id" command in the iphone-dataprotection
folder
Please provide any additional information below.
Tested source code with bug fixed is attached.
Original issue reported on code.google.com by [email protected] on 9 Apr 2014 at 12:03
can you post the code that you use to call the function ? not sure what you
are trying to do but the code is from openbsd and gives the correct results in
the tools.
Original issue reported on code.google.com by
[email protected]
on 9 Apr 2014 at 12:03Attachments:
The text was updated successfully, but these errors were encountered: