On Thu, Jul 2, 2020 at 1:58 PM Niels Möller nisse@lysator.liu.se wrote:
I'm thinking, maybe it makes sense to also move the bcrypt-related declarations to a new (public) header file, bcrypt.h ?
Considering that: - The function names currently are prefixed by blowfish_. - The footprint of the declarations is not overly large (two extra functions and two macros). - When linking, the bcrypt functions will not be linked in unless needed, already.
It would only make programming for it more complicated to separate them into a different file for no apparent benefit. So I'd prefer the current setup.