#hash #directory #path #blake2 #calculator #calculate

app gorn

从文件或目录计算blake2哈希值

1个不稳定版本

0.1.1 2021年11月27日

#14 in #blake2

MIT 许可协议

12KB
71

戈恩 - 多线程文件哈希计算器

用法

您可以计算单个文件的哈希值

gorn --path src/main.rs

或者您可以计算目录的哈希值

gorn --path ./target

如果您想检查目录中所有文件的哈希值,可以使用 --print_tree 标志

gorn --path ./target --print_tree

安装

从crates.io获取

  1. rustup 获取rust构建工具。
  2. 安装方式
cargo install gorn

从源码

  1. rustup 获取rust构建工具。
  2. 从源码安装
cd gorn; cargo install --path .

使用NIX

  1. 添加 nix-commandflakes 支持(可选)
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
  1. 构建和安装
nix build; nix shell
  1. 运行
gorn --path src

依赖关系

~3–10MB
~99K SLoC