nix-gh/src/nix-store
Eelco Dolstra e0def5bc4b Use libsodium instead of OpenSSL for binary cache signing
Sodium's Ed25519 signatures are much shorter than OpenSSL's RSA
signatures. Public keys are also much shorter, so they're now
specified directly in the nix.conf option ‘binary-cache-public-keys’.

The new command ‘nix-store --generate-binary-cache-key’ generates and
prints a public and secret key.
2015-02-04 17:10:31 +01:00
..
dotgraph.cc Use proper quotes everywhere 2014-08-20 18:03:48 +02:00
dotgraph.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
local.mk Use libsodium instead of OpenSSL for binary cache signing 2015-02-04 17:10:31 +01:00
nix-store.cc Use libsodium instead of OpenSSL for binary cache signing 2015-02-04 17:10:31 +01:00
serve-protocol.hh Implement nix-copy-closure --from via nix-store --serve 2014-07-24 16:19:41 +02:00
xmlgraph.cc Add XML output to `nix-store'. 2010-05-31 16:36:24 +00:00
xmlgraph.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00