-
Notifications
You must be signed in to change notification settings - Fork 72
feat(linux): crypto: Update the list of algorithms supported #517
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
base: master
Are you sure you want to change the base?
Conversation
192ae04 to
59f17ec
Compare
|
cc: @Pratham-T |
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/SA2UL_OMAP.rst
Outdated
Show resolved
Hide resolved
| * - AM335X | ||
| - AES, DES | ||
| - MD5, SHA1, SHA224, SHA256 | ||
| - - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you just want a blank cell you can use:
| - - | |
| - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the :widths: parameter to manually adjust column widths.
https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried that but somehow it isn't working, I have pushed my changes but this problem still exists.
EDIT: Got some CSS fix that makes it work, can you check if that is fine?
59f17ec to
bb92cfd
Compare
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/SA2UL_OMAP.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/SA2UL_OMAP.rst
Outdated
Show resolved
Hide resolved
Add word-wrap and overflow-wrap properties to table cells to allow long text content to wrap properly when table-layout is fixed. This ensures column widths are respected while keeping content readable. Signed-off-by: Manorit Chawdhry <[email protected]>
bb92cfd to
91efa08
Compare
Replace bullet list with structured table categorizing algorithms by type and update the document to reflect the new set of algorithms. Signed-off-by: Manorit Chawdhry <[email protected]>
91efa08 to
2b4aa26
Compare
Pratham-T
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The table looks good to me now.

Replace bullet list with structured table categorizing algorithms by type and update the document to reflect the new set of algorithms.