Crypto Library - Source Code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-02 2:59 AM
Hello,
We want to use the STM Crypto Library " X-CUBE-CRYPTOLIB" for a project at our company. Since we will only be using a portion of it, the question arises whether it is possible to customize the static ".a" file ourselves (to make it smaller) or to provide a customized one from STM. The reason is that the memory on the microcontroller is very limited, so saving a few kilobytes would be very helpful.
We look forward to your feedback.
Kind regards,
Rojeda
- Labels:
-
Cryptography
-
STM32 Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-02 11:39 AM - edited ‎2025-06-02 11:40 AM
Which STM32 MCU do you have? And what crypto functionality do you use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-02 12:28 PM
Generally in a well constructed library the linker will discard the objects it doesn't need for closure.
Yeah, ST's not going to furnish you with source.
With standard algorithms you can probably find existing source examples.
What MCU, with what capacity, running what algorithm?
Up vote any posts that you find helpful, it shows what's working..
