Relative Content

Tag Archive for cgocryptographypost-quantum-cryptography

Aligning Key Sizes Between OpenSSL and liboqs-go for Signature Verification in Go

I am developing a cryptographic application in Go, aiming to utilize keys generated by both OpenSSL and liboqs-go for signing and verifying purposes. I’m using the Dilithium2 algorithm through both libraries, but I’m encountering an issue where the sizes of the generated keys are different, which might affect their interchangeability for signing and verifying processes. Here’s how I am currently generating and serializing the keys using both libraries: