1. 17 Dec, 2019 1 commit
  2. 26 Jun, 2019 1 commit
  3. 03 May, 2019 1 commit
  4. 18 Apr, 2019 1 commit
  5. 05 Apr, 2019 2 commits
  6. 02 Apr, 2019 2 commits
  7. 31 Mar, 2019 5 commits
  8. 29 Mar, 2019 8 commits
  9. 27 Mar, 2019 8 commits
  10. 19 Mar, 2019 1 commit
  11. 14 Mar, 2019 2 commits
  12. 13 Mar, 2019 7 commits
  13. 08 Mar, 2019 1 commit
    • Geoff Simmons's avatar
      DeepHash for a VCL Spec is base62-encoded SHA512/224. · a68082d8
      Geoff Simmons authored
      Almost certainly, two Specs are equivalent iff their DeepHashes
      are equal (unless we've discovered a SHA512 collision).
      
      Base62 encoding is strictly alphanumeric, so VCL config names (which
      include the hash) are very likely safe in any context.
      
      With the "vk8s_ing_" prefix, VCL config names are 47 bytes long.
      
      Closes #14
      a68082d8