hi-
Most of the threads in this forum covers deep technical details but if there's interest in applications, i put together some code samples and applications related to PQC.
I can't contribute towards the technial depth covered in most of the topics but i think some of the applications here maybe of help later on. Please do let me know if you see any improvements or if i'm doing something outright wrong here (preferably as a github issue or even here)
* mostly unsorted scratchpad/sample set of using mldsa/mlkem in go, python
* generating mldsa based JWTs in go using PEM files and keys in AWS KMS and Google Cloud KMS. Uses the candidate/proposed api for the next version of go
* json web encryption (jwe) using MLKEM
* go cli and library for MLKEM to wrap+transfer some data
5) encrypt docker (oci) containers image layers using MLKEM
6) mlkem with TPM based random source as the seed
* this one is pretty suspect to me and its practical utility.. . Basically just generating random and using that directly as seed as-is....i don't know if i can 'just use' random squence here as the two values directly..
Again, these are just experimental.
-sal