Hacker News new | ask | show | jobs
by angry_octet 46 days ago
I'm also wondering if it couldn't be rewritten to use io_uring interfaces.
1 comments

That's really orthogonal (and you can already do io_uring with AF_ALG, at the end of the day AF_ALG is just recvmsg() and sendmsg(), which work just fine in io_uring...)
I mean for more efficient and easier to verify out-of-kernel implementations of crypto with kernel like speeds.