Wanted to know if you'd be interested / accepted a CT SIMD implementations for some of the formats here, I've been playing with the idea of adapting SIMD encoders/decoders to be data independent, as a lot of times the main parts already are, I currently looked at hex and base64.
For example I've wrote this hex repo where I also verified CT with valgrind, and safety with miri, And I'm working on a ctutils API: https://github.com/elichai/better-hex (*)
But contributing the backends to the RustCrypto crates would be more meaningful IMHO.
(*) yes, commits and some parts of the code were written by LLMs but I'm fully involved and reviewed the LLMs portions
Wanted to know if you'd be interested / accepted a CT SIMD implementations for some of the formats here, I've been playing with the idea of adapting SIMD encoders/decoders to be data independent, as a lot of times the main parts already are, I currently looked at hex and base64.
For example I've wrote this hex repo where I also verified CT with valgrind, and safety with miri, And I'm working on a ctutils API: https://github.com/elichai/better-hex (*)
But contributing the backends to the RustCrypto crates would be more meaningful IMHO.
(*) yes, commits and some parts of the code were written by LLMs but I'm fully involved and reviewed the LLMs portions