diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-07-01 02:52:58 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-07-01 02:52:58 -0400 |
commit | 11c4cefb673c2595e76b39d884a7bdd11618e5c7 (patch) | |
tree | 9d20e270cb0007b3b5220248fe6efbc94e102226 | |
parent | acacbe0fcafe8fd82d8e4cbbae905e696ccd3ab4 (diff) | |
download | pablotron.org-11c4cefb673c2595e76b39d884a7bdd11618e5c7.tar.bz2 pablotron.org-11c4cefb673c2595e76b39d884a7bdd11618e5c7.zip |
TODO.md: add modern git idea
-rw-r--r-- | TODO.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -155,6 +155,12 @@ this stuff may not make any sense. <https://www.linode.com/blog/security/linode-security-digest-rubygems-and-rsyslogs-vulnerabilities/> - (problems w/ go modules) * radare2, ghidra +* what would git look like with modern hash (sha-512/256/blake3), data + formats (msgpack/protobuf), compression (zstd), language (rust, + go), and crypto (ed25519)? + https://gist.github.com/dvinciguerra/972a36bac9322d6d98328bad327154ca + https://msgpack.org/ + https://git-scm.com/book/en/v2/Git-Internals-Git-Objects ## done * add project folders |