hashes: Make module subdirectories

In preparation for removing a bunch of macros move all the modules to
`<mod>/mod.rs`.

Do so by running the following shell:

```bash
for mod in hash160 ripemd160 sha1 sha256 sha256d sha256t \
sha384 sha512 sha512_256 siphash24 hkdf hmac; do
mkdir $mod
mv "$mod.rs" "$mod/mod.rs"
done
```

Internal change only.
This commit is contained in:
Tobin C. Harding 2025-01-29 09:51:17 +11:00
parent 5fef0dd5d4
commit 1bfd1e071a
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
12 changed files with 0 additions and 0 deletions