P-H-C / phc-winner-argon2

The password hash Argon2, winner of PHC
Other
4.78k stars 406 forks source link

CMake support #366

Open vault-thirteen opened 10 months ago

vault-thirteen commented 10 months ago

Hello.

Being a winner of the Password Hashing Competition (PHC) is a great achievement. A lot of people think that algorithms that win awards should be made accessible to as many platforms as possible. This is why it is very important to use cross-platform tools to make a library popular. Nowadays, as well as 23 years ago, the CMake tool allows software creators to make their creations available to as many users as possible.

The suggestion is to rewrite the building process from make to a cross-platform CMake. https://en.wikipedia.org/wiki/CMake

Thank you.