-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSK and TSK lengths #159
Comments
But I agree, the docs are a bit unclear here. Should be updated to reflect what actually is happening without making assumptions. |
yea, was a bit confused cause in: https://github.com/OP-TEE/optee_docs/blame/master/architecture/secure_storage.rst#L362 Thank you! Joakim |
This issue has been marked as a stale issue because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this issue will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
Hi,
in https://github.com/OP-TEE/optee_docs/blame/master/architecture/secure_storage.rst#L344 SSK and TSK are 128-bit while each of them is a result of HMAC-SHA256 (should be 256-bit long each)
What am I missing?
Thank you!
The text was updated successfully, but these errors were encountered: