Turbopack: allow key block without hash in SST files (#88938)
### What?
Change the SST format to allow a variable hash len.
For short keys avoid storing the hashes and recompute them on demand instead.
For short keys use bit rotation instead of a real hash.
This avoid wasting storage for hashes which can be cheaply recomputed