Happy to see support for PSS making it to release.
Is there any information available about what salt_length Xojo is using for PSS, and whether this varies for the different hash sizes?
Not knowing this effectively prohibits any kind of compatibility with signatures generated outside of Xojo: in my case, via python’s cryptography library.
It would be great to not only know the salt_length value used (so external code can verify signatures created in Xojo), but also be able to pass a known salt_length in (so Xojo can verify signatures created elsewhere that might use a different salt length than Xojo assumes).