Commit graph

4 commits

Author SHA1 Message Date
Mario Rodas ded3116b3b
ecdsatool: add to all-packages.nix 2020-01-28 04:20:00 -05:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Alex Ameen 895f86e25d
ecdsatool: init at 0.0.1
Added `ecdsatool`, used for ECC NISTP256 keypairs.
This tool is distinct from the similarly names `ecdsautils`.
2019-03-18 14:26:24 -05:00