blobsum

Crates.ioblobsum
lib.rsblobsum
version0.1.0
sourcesrc
created_at2025-06-24 15:02:54.26285+00
updated_at2025-06-24 15:02:54.26285+00
descriptionA command line utility for calculating S5 blob identifiers (with blake3) and viewing their lifehash (only in kitty)
homepage
repositoryhttps://github.com/s5-dev/blobsum
max_upload_size
id1724452
size50,767
(redsolver)

documentation

README

blobsum

A command line utility for calculating S5 Blob Identifiers (CIDs)

This tool is forked from b3sum (https://github.com/BLAKE3-team/BLAKE3)

Usage: blobsum [OPTIONS] [FILE]...

Arguments:
  [FILE]...  Files to hash, or checkfiles to check

Options:
      --num-threads <NUM>     The maximum number of threads to use
      --no-mmap               Disable memory mapping
      --no-names              Omit filenames in the output
      --quiet                 Skip printing OK for each checked file
  -h, --help                  Print help (see more with '--help')
  -V, --version               Print version

Example

❯ blobsum LICENSE 
blobb5kykfixjikdxcpnx5dpo26pjjywwuz473hfdsmbxvsvcq5xgbcipmewa  LICENSE
Commit count: 7

cargo fmt