Apologies if this is the wrong portion of the forum to post this in.
From what I've seen it appears CryptoLib4Pascal is the de-facto standard for when you need encryption features in a Lazarus project. Browsing through the code, I'm slowly figuring out how to use it... but am I actually supposed to read the source code to learn how to use the library?
There's documentation in comment form all through the library, which Lazarus appears to recognize - if I declare a variable as being of a type within CryptoLib4Pascal, I can hover over the type specifier and see some info about that type. Does Lazarus have some easy way to read this info (other than hovering over popups, like a documentation browser for this sort of thing)?