rust-bitcoin-unsafe-fast/hashes/src
Antoni Spaanderman a14cdaf859
don't enable std by default when testing
- make tests no_std compatible by adding imports to alloc or std
- feature gate tests behind the 'alloc' feature if they use anything
  from 'alloc' (like the `format!` macro)
- schemars feature enables alloc
2024-08-26 21:08:23 +02:00
..
cmp.rs hashes: Introduce SPDX license identifiers 2023-05-01 09:26:36 +10:00
hash160.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
hkdf.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
hmac.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
impls.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
internal_macros.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
lib.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
ripemd160.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
serde_macros.rs Removed //! spare line at end of headers 2024-05-22 12:00:25 +01:00
sha1.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha256.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha256d.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha256t.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha384.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha512.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
sha512_256.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00
siphash24.rs remove unnecessary slicing 2024-08-26 17:22:08 +02:00
util.rs don't enable std by default when testing 2024-08-26 21:08:23 +02:00