ruffle/wstr
Moulins 5b4096de8b wstr: Revert incorrect optimization in hash calculation
Calling `Hash::write_bytes` isn't guaranteed to be equivalent to a
sequence of `Hash::write_u8`.

Additionally, make sure the hash is truly prefix-free by hashing the
length first.
2023-03-25 18:27:51 -07:00
..
src wstr: Revert incorrect optimization in hash calculation 2023-03-25 18:27:51 -07:00
Cargo.toml chore: Remove `static_assertions` dependency 2023-03-25 15:14:36 +03:00