index
:
github.com/BLAKE3-team/BLAKE3
0.1.5_branch
asm
asm_integration2
atomic_features
avx512_debug
bench_406668786
bg_reader
break_big_endian
cargo_lock
cet
ci
clang-cl-cross-compilation
clang-cl-cross-compilation-without-tests
codeql
codex/port-blake3_xof_many_avx512-to-windows
derive_key_array
export
fix_sse2
from-slice-with-tryfrom
gcc5.4
guts_api
guts_riscv
jakub-zwolakowski-tis-ci
kernel
kernel2
kernel_gather
master
mmap_fromthefront
more_guts
more_warnings
movd
no_output_struct
offload
old_fromthefront
permutation
purpose_string
refresh
rust_bindings_tbb
rust_bindings_tbb_llfio
spec_example_generator
test_cmake_ci
trigger_sse2
usage
use_guts
werror
xof
xof_integration
BLAKE3 is a cryptographic hash function
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
b3sum
/
src
Age
Commit message (
Expand
)
Author
2024-07-03
Switch to rayon-core for faster build
silvanshade
2023-09-16
replace the new file module with inherent methods on Hasher
Jack O'Connor
2023-09-16
move file operations from b3sum to blake3
Banyc
2023-06-06
add b3sum --seek
Jack O'Connor
2023-03-25
upgrade all Cargo.toml files to edition=2021
Jack O'Connor
2023-02-04
do another saturating_add for consistency
Jack O'Connor
2023-02-04
add a colon to the b3sum warning format
Jack O'Connor
2023-02-04
do a saturating_add for files_failed
Jack O'Connor
2023-02-04
Use u64 instead of i64
joveian
2023-02-04
Add --check summary of failures
joveian
2022-12-13
test `b3sum --keyed` with bad key lengths
Jack O'Connor
2022-12-13
expand the short description of b3sum --keyed
Jack O'Connor
2022-11-20
grammar fix in b3sum help output
Jack O'Connor
2022-11-20
clean up b3sum help strings and increase max_term_width to 100
Jack O'Connor
2022-10-03
Split short summary from full help text
Shun Sakai
2022-10-03
Bump clap to v4.0
Shun Sakai
2022-09-14
Rewrite CLI using Derive API
Shun Sakai
2022-03-27
fix a deprecation warning from clap
Jack O'Connor
2022-03-26
RUSTSEC-2020-0077
Zach Crownover
2022-01-07
update clap to v3
Jack O'Connor
2021-03-28
more cleaup of undocumented API
Jack O'Connor
2021-03-14
add *_rayon methods
Jack O'Connor
2020-06-24
put the file name in b3sum error output
Jack O'Connor
2020-05-25
all-capitalize "FILE" in the b3sum help output
Jack O'Connor
2020-05-25
avoid repeating a string
Jack O'Connor
2020-05-23
remove an extra space in some help text
Jack O'Connor
2020-05-23
use wild::args_os to support globbing on Windows
Jack O'Connor
2020-05-23
add support for --quiet to `b3sum --check`
Jack O'Connor
2020-05-14
clarify that --no-mmap disables threading
Jack O'Connor
2020-05-14
print per-file errros more gracefuly in --check
Jack O'Connor
2020-05-13
refactor b3sum to support --check
Jack O'Connor
2020-05-12
add parse_check_line
Jack O'Connor
2020-05-12
stop printing the lossy warning
Jack O'Connor
2020-05-05
add newline and backslash escaping to b3sum output
Jack O'Connor
2020-03-16
add the --num-threads flag
Jack O'Connor
2020-03-15
wrap --help output to 80 columns
Jack O'Connor
2020-02-06
Hasher::update_with_join
Jack O'Connor
2020-01-20
clarify the --no-mmap logic a bit
Jack O'Connor
2020-01-20
b3sum: add no-mmap option
Cesar Eduardo Barros
2020-01-17
edit the --raw help string
Jack O'Connor
2020-01-17
Merge pull request #22 from phayes/raw_output
Jack O'Connor
2020-01-17
b3sum: do not mmap files smaller than 16 KiB
Albert Safin
2020-01-14
Using take() to limit the number of bytes copies
phayes
2020-01-13
bailing early if we have both --raw and multiple files
phayes
2020-01-13
Fixing stdout locking
phayes
2020-01-13
Locking stdout for writing in a tight loop.
phayes
2020-01-13
Adds support for raw output to b3sum
phayes
2020-01-07
clarify that b3sum --keyed takes raw key bytes
Jack O'Connor
2020-01-05
make the --length argument require a value
Jack O'Connor
2019-12-28
make derive_key take a key of any length
Jack O'Connor
[next]