You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: serdect/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,18 @@ While this crate can't ensure that format implementations don't perform
29
29
other kinds of data-dependent branching on the contents of the serialized data,
30
30
using a constant-time hex serialization with human-readable formats should
31
31
help reduce the overall timing variability.
32
+
The table below lists the crates `serdect` is tested against.
33
+
❌ marks the cases for which the serialization is not constant-size for a given data size (due to the format limitations), and therefore will not be constant-time too.
0 commit comments