b2sum
Compute BLAKE2b hash of files or stdin for high-speed integrity verification, returning per-file digests and byte counts.
Instructions
Compute BLAKE2b cryptographic hash of files or stdin as JSON. Read-only, no side effects. Returns per-file hash digests and byte counts. Use for high-speed integrity verification — faster than SHA-2/3 on 64-bit platforms. Not for security-critical contexts where SHA-256 is mandated — use 'sha256sum'. See also 'hash', 'sha256sum'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Files to hash, or '-' for stdin. |