So far we're cruising, but I know the next part is going to be hard because we actually have to perform a signing operation.
In which some esoteric crypto code appears, and we make some more progress:
https://kat5.dev/blog/2026/yksignify-3
Spoiler, I lied, we don't really need to sign anything until next time (which will be the actual YubiKey part).
I didn't think I would get this far, but I can actually sign stuff with my YubiKey now:
Also talked to @nickv (who made Flora, the SSG that powers my blog) over coffee about how to do syntax highlighting, so hopefully my posts about Rust will be prettier soon.
Obligatory plug for Flora: https://code.kat5.dev/nick/flora
I used SoftHSM to test Ed25519 keys with my tool, and learned a little about elliptic curve #cryptography in the process: