Title: | Blake3 Hasher |
---|---|
Description: | Calculate blake3 hashes on files using rust's reference blake3 implementation. |
Authors: | Devin Pastoor [aut, cre], Authors of the dependency Rust crates [aut] (see AUTHORS file) |
Maintainer: | Devin Pastoor <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.1 |
Built: | 2024-11-19 05:55:55 UTC |
Source: | https://github.com/a2-ai/blake3r |
hash a file with the blake3 algorithm
hash_file_with_blake3(file, memmap = TRUE, parallelize = TRUE)
hash_file_with_blake3(file, memmap = TRUE, parallelize = TRUE)
file |
path to file |
memmap |
whether to use memory mapping |
parallelize |
use parallel hash |