https://github.com/s5-dev/blobsum
A command line utility for calculating S5 Blob Identifiers (CIDs)
https://github.com/s5-dev/blobsum
Last synced: 12 months ago
JSON representation
A command line utility for calculating S5 Blob Identifiers (CIDs)
- Host: GitHub
- URL: https://github.com/s5-dev/blobsum
- Owner: s5-dev
- License: apache-2.0
- Created: 2024-12-02T21:03:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T21:08:22.000Z (over 1 year ago)
- Last Synced: 2025-06-04T11:33:37.271Z (12 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blobsum
A command line utility for calculating [S5 Blob Identifiers (CIDs)](https://docs.s5.pro/spec/blobs.html)
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 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
```