rust-bitcoin-unsafe-fast/fuzz/fuzz_targets
Tobin C. Harding 6b7d02e5ae
Add inherent functions to hashes
Currently we have a trait `Hash` that is required for `Hmac`, `Hkdf`,
and other use cases. However, it is unegonomic for users who just want
to do a simple hash to have to import the trait.

Add inherent functions to all hash types including those created with
the new wrapper type macros.

This patch introduces some duplicate code but we are trying to make
progress in the hashes API re-write. We can come back and de-dublicate
later.

Includes making `to_byte_array`,`from_byte_array`, `as_byte_array`, and
`all_zeros` const where easily possible.
2024-06-14 10:17:00 +10:00
..
bitcoin 2024-06-09 automated rustfmt nightly 2024-06-09 01:09:23 +00:00
hashes Add inherent functions to hashes 2024-06-14 10:17:00 +10:00
units Add bitcoin-units crate 2023-12-11 08:52:31 +11:00