inline static rsa keys #1633

Closed
opened 2026-04-06 02:06:28 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @vilgotf on 4/23/2023

From my understanding, rust never inlines static variables meaning that these variables are separately statically allocated and wasting space.

Even if there's not codegen diff, separately defining these static variables is (imo) code smell.

*Originally created by @vilgotf on 4/23/2023* From my understanding, rust never inlines static variables meaning that these variables are separately statically allocated and wasting space. Even if there's not codegen diff, separately defining these static variables is (imo) code smell.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1633