pqc-thunderbird / libgcrypt

GNU General Public License v2.0
1 stars 0 forks source link

Aligning algo names to NIST drafts #18

Closed falko-strenzke closed 1 year ago

falko-strenzke commented 1 year ago

@TJ-91

I propose to rename the algo names as MLKEM, MLDSA, SLHDSA. I think an underscore in the name would only cause ambiguity when reading function names, etc.

TJ-91 commented 1 year ago

For function names I'd write it in lower case as that seems to be the default in libgcrypt. Inside strings (e.g. returning the algorithm name), I'd prefer ML-KEM etc.

falko-strenzke commented 1 year ago

For function names I'd write it in lower case as that seems to be the default in libgcrypt. Inside strings (e.g. returning the algorithm name), I'd prefer ML-KEM etc.

Agreed.