Converts the RSAPublicKey.modulus from the given publicKey to a Uint8List.
RSAPublicKey.modulus
publicKey
static Uint8List rsaPublicKeyModulusToBytes(RSAPublicKey publicKey) => encodeBigInt(publicKey.modulus);