about summary refs log tree commit diff
path: root/third_party/nix/tests/lang/eval-okay-hashstring.nix
let
  strings = [ "" "text 1" "text 2" ];
in
  builtins.concatLists (map (hash: map (builtins.hashString hash) strings) ["md5" "sha1" "sha256" "sha512"])