Add support back for SHA-384 DS records
authorMatt Corallo <git@bluematt.me>
Wed, 3 Apr 2024 08:21:37 +0000 (08:21 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 3 Apr 2024 09:14:24 +0000 (09:14 +0000)
commit9974cddc11a2d958780f056e4e154c7700f0b2e2
treeef153a302a25a88d095ee3b36e734606fb3216d6
parent4647e1dff32ced43fcfb5a82f75f5cde988cd032
Add support back for SHA-384 DS records

While these are relatively unused, support for SHA-384 was recently
added in `bitcoin_hashes`, which we use here for DS validation.
Cargo.toml
src/crypto/hash.rs
src/validation.rs