bradleycha / cliauth

Minimal cross-platform terminal authenticator app.
GNU General Public License v3.0
0 stars 0 forks source link

Prefix SHA2 functions with their version #15

Closed bradleycha closed 2 months ago

bradleycha commented 2 months ago

For consistency, the SHA2 hash functions should include the SHA version in their identifiers. For example: "cliauth_hash_sha256" should become "cliauth_hash_sha2_256", and "CLIAUTH_CONFIG_HASH_SHA256" should become "CLIAUTH_CONFIG_HASH_SHA2_256".

bradleycha commented 2 months ago

Resolved with f7c055d