Commit 2c2a876
authored
[fix] Issue OpenPRoT#32 - subtle dependency breaks no_std/embedded builds (OpenPRoT#33)
The subtle crate is designed to work in no_std environments when default
features are disabled. The current configuration prevents OpenPRoT from
being used in the embedded ecosystem where constant-time cryptographic
operations are particularly important.1 parent d5e26a1 commit 2c2a876
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
0 commit comments