1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/commands
Clément Michaud e5ccdb4449
[MISC] Introduce CryptAlgo type. ()
* [MISC] Introduce CryptAlgo type.

It helps distinguish between the configuration representation of an algorithm
and the crypt representation (6 and argon2id vs sha512 vs argon2id).

* Add a description to CryptAlgo.

* use const

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2020-05-03 14:06:09 +10:00
..
certificates.go [MISC] Implement golint recommendations () 2020-04-20 23:03:38 +02:00
hash.go [MISC] Introduce CryptAlgo type. () 2020-05-03 14:06:09 +10:00
validate.go [FEATURE] Config Validation () 2020-04-23 11:47:27 +10:00