I’m using Chrome Browser’s crypto.SubCrypto API. I generate a PSA-PSS key in it and want to export the key: Basically, I generate a key with generateKey() and then export it with exportKey(). The exportKey returns an ArrayBuffer and I want to turn that into a string, so I follow an answer here, which uses TextDecoder. But the TextDecoder decodes the