guix/src/libstore
Eelco Dolstra d58a11e019 * Shorten SHA-256 hashes used in store path name generation to 160
bits, then encode them in a radix-32 representation (using digits
  and letters except e, o, u, and t).  This produces store paths like
  /nix/store/4i0zb0z7f88mwghjirkz702a71dcfivn-aterm-2.3.1.  The nice
  thing about this is that the hash part of the file name is still 32
  characters, as before with MD5.

  (Of course, shortening SHA-256 to 160 bits makes it no better than
  SHA-160 in theory, but hopefully it's a bit more resistant to
  attacks; it's certainly a lot slower.)
2005-01-14 16:04:03 +00:00
..
Makefile.am * Drop ATmake / ATMatcher also in handling store expressions. 2004-10-29 11:22:49 +00:00
db.cc * Allow certain operations to succeed even if we don't have write 2004-10-25 14:38:23 +00:00
db.hh * Allow certain operations to succeed even if we don't have write 2004-10-25 14:38:23 +00:00
gc.cc * `--min-age' flag in nix-store and nix-collect-garbage to only delete 2004-08-25 16:54:08 +00:00
gc.hh * `--min-age' flag in nix-store and nix-collect-garbage to only delete 2004-08-25 16:54:08 +00:00
globals.cc * Allow certain operations to succeed even if we don't have write 2004-10-25 14:38:23 +00:00
globals.hh * Allow certain operations to succeed even if we don't have write 2004-10-25 14:38:23 +00:00
misc.cc * Big refactoring. Move to a much more explicitly state machine based 2004-06-18 18:09:32 +00:00
normalise.cc * Start move towards SHA-256 hashes instead of MD5. 2005-01-14 13:51:38 +00:00
normalise.hh * Put the garbage collector in nix-store: operation `--gc', 2004-08-25 11:43:49 +00:00
pathlocks.cc * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
pathlocks.hh * True parallel builds. Nix can now run as many build jobs in 2004-05-11 18:05:44 +00:00
references.cc * Shorten SHA-256 hashes used in store path name generation to 160 2005-01-14 16:04:03 +00:00
references.hh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
store.cc * Shorten SHA-256 hashes used in store path name generation to 160 2005-01-14 16:04:03 +00:00
store.hh * Start move towards SHA-256 hashes instead of MD5. 2005-01-14 13:51:38 +00:00
storeexpr-ast.def * Drop ATmake / ATMatcher also in handling store expressions. 2004-10-29 11:22:49 +00:00
storeexpr.cc * Start move towards SHA-256 hashes instead of MD5. 2005-01-14 13:51:38 +00:00
storeexpr.hh * "Nix expression" -> "store expression". 2003-11-18 11:22:29 +00:00
test-builder-1.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
test-builder-2.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00