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
/
main.rs
Age
Commit message (
Expand
)
Author
2021-02-28
rename the "context string" to the "purpose string"
purpose_string
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
2019-12-13
show the default value for b3sum --length
Jack O'Connor
2019-12-13
make the b3sum --help text wording more consistent
Jack O'Connor
2019-12-13
make b3sum --keyed and --derive-key read the key from stdin
Jack O'Connor
2019-12-13
fix another warning in b3sum --no-default-features
Jack O'Connor
2019-12-13
add --no-names to b3sum
Jack O'Connor
2019-12-12
make the "c_avx512" feature a no-op on non-x86
Jack O'Connor
2019-12-12
initial version of b3sum
Jack O'Connor