Skip to content

Rust implementations of Blake2b (256-bit) hashing benchmark

License

Notifications You must be signed in to change notification settings

gemtek-indonesia/blake2b256-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blake2b 256-bit Benchmark

This repo's purpose is to check hashing throughput differences in various Rust implementation for blake2b

Results

AWS - Neoverse N1

wasm32-wasi is about 28% slower than aarch64-unknown-linux-gnu

blake2b256-bench with neoverse-n1

Odroid M1 - Cortex A55

wasm32-wasi is about 60% slower than aarch64-unknown-linux-gnu

blake2b256-bench with cortex-a55

About

Rust implementations of Blake2b (256-bit) hashing benchmark

Resources

License

Stars

Watchers

Forks