checksum_dir

Crates.iochecksum_dir
lib.rschecksum_dir
version1.0.0
sourcesrc
created_at2024-04-27 00:03:08.877098
updated_at2024-04-29 23:01:31.965848
descriptiongenerate checksums of directories at compile time
homepagehttps://github.com/JamieH01/checksum_dir
repository
max_upload_size
id1222127
size7,834
Jamie (JamieH01)

documentation

README

Generate a checksum of files from a given directory at compile-time. This crate was made for the purpose of validating inter-process communication. Various hashing algorithms are available as backends, accessible via these feature flags. If multiple features are enabled, this is the order of priority.

blake2      
ascon-hash  
belt-hash
fsb         
gost94      
groestl     
jh          
md2         
md4         
md5        
ripemd      
skein       
sm3         
streebog    
tiger       
whirlpool
sha1        
sha1-checked
sha2        
sha3 [default]

256 variants are used when relevant, ie, sha3::Sha3_256.

Commit count: 0

cargo fmt