Comment by Ar-Curunir
5 days ago
Abstractions are the only way to make sense of cryptography. Pretending otherwise leads to cross layer bugs and vulnerabilities. Of course bad abstractions are bad, but that doesn’t mean no abstraction is good.
Feel free to post your challenge snippet.
"aBsTraCtiOnS aRe gOod"... Right.
Reference implementations must NOT have abstractions like this. Rust encourages it. Lots of Rust codebase is filled with them. Your feelings for Rust is irrelevant. C is simple and easy to understand, therefore reference implementations must be in C. Period.
...or Common Lisp, or OCaml... why not?!
(a) that is a fairly easy to understand piece of code. Are you complaining about the definition of the inner function?
(b) the equivalent C code would look pretty similar.
(c) this is not cryptographic code
(a) I'm complaining about the messed up syntax and symbol soup.
https://github.com/ioccc-src/winner/blob/master/2024/burton/...
This code is fairly easy to understand, too, then.
(b) No, it would definitely not look "pretty similar".
(c) So what? You talked about abstractions in cryptographic code. Abstractions are layers to hide things. That is bad in crypto code.
1 reply →