BLAKE3
BLAKE3 copied to clipboard
Why not inline asm in Rust, but inline it in C and then FFI?
This would create unnecessary FFI and have to call C compiler when Rust version compiles. Rust nowadays have no problem calling the instruction set manually and inlining asm, but I'm not sure if we can inline asm in external files.