diff options
-rw-r--r-- | TODO.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -215,6 +215,7 @@ this stuff may not make any sense. https://old.reddit.com/r/programming/comments/wxx674/password_management_firm_lastpass_was_hacked_two/ etc - passkeys (good replacement, too complicated internally) + - owasp password security cheat sheet, fips 183? - compare sanitizer api, dompurify, fastest htmlesc - summary of shrinkage (static site, minification, figures with multiple sources, mod deflate, mod brotli, http2, adjusting content types) @@ -353,11 +354,14 @@ this stuff may not make any sense. - try out <https://github.com/wustho/epy> - ruby w/o rails <https://news.ycombinator.com/item?id=34354129> - leanchess: <https://leanchess.github.io/> -- c23: <https://gustedt.wordpress.com/2022/12/18/checked-integer-arithmetic-in-the-prospect-of-c23/> +- c23: + <https://gustedt.wordpress.com/2022/12/18/checked-integer-arithmetic-in-the-prospect-of-c23/> + <https://queue.acm.org/detail.cfm?id=3588242> - lwc finalists: <https://csrc.nist.gov/publications/detail/nistir/8369/final> + (see note above about ascon) - chatgpt <https://www.jwz.org/blog/2023/02/the-bullshit-fountain/> - bitslicing <https://timtaubert.de/blog/2018/08/bitslicing-an-introduction/> -- c23 <https://queue.acm.org/detail.cfm?id=3588242> +- pqc parameter debates (kyber, turboshake, dilithium) ## done * add project folders |