JWK is a handy standard, but it has a lot of intrinsic overhead: string parsing, base64 encoding, etc. Is there a protobuf equivalent? Bonus points if it's on a standards track!
I've come across tink which seems to have some such functionality, but being a JWK substitute is clearly not its main purpose.