Upcoming presentations
No upcoming presentations...
Past presentations
High-performance Coding: a Rust-based tree hash for large files
Taking advantage of multithreading and SIMD in Rust
Slides: https://jacko.io/bao_presentation/presentation.html
Bao is a cryptographic tree hash, based on BLAKE2 and implemented in Rust. Tree hashes are more flexible than conventional hash functions, and Bao can verify small pieces of a file independently rather than just the whole thing at once. Tree hashes also make it possible to hash different parts of a file in parallel, which makes them...