-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Do not specify units in KeySizes properties #4745
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
Conversation
Docs Build status updates of commit f598383:
|
Fixes: dotnet/runtime#1910
Summary
Do not specify units in KeySizes properties.
Most of the usages in the runtime of KeySizes use bits but AesCcm/AesGcm use bytes.
I made sure units (bytes/bits) are mentioned on all usages of KeySizes (LegalKeySizes specifically)
cc: @vcsjones