6 ms·
Maybe Rust will provide the right balance between the two.
by pintor 12y ago
Maybe Rust will provide the right balance between the two.
- kzrdude 12y agoNo programming language seems to provide primitives for constant-time algorithms. At this point, gcc and clang should at least provide constant time memcmp primitives; any custom solution not supported by the compiler is not portable and needs to be validated separately for each implementation, each platform, each compiler version.
- awda 12y agowhoosh!