rust-bitcoin-unsafe-fast/hashes/src
merge-script 40ba08f369
Merge rust-bitcoin/rust-bitcoin#3395: Remove schemars all together
58704c2eff Remove schemars all together (Tobin C. Harding)

Pull request description:

  We introduced schemars as a personal favor to a user, and it broke our CI repeatedly but eventually it seemed like it was stable (mainly, our MSRV caught up with its MSRV) so we just let it slide. In the end having schemars on hashes but nowhere else in the rust-bitcoin ecosystem did not prove that useful.

  Remove schemars all together.

  Fix: #3393

ACKs for top commit:
  apoelstra:
    ACK 58704c2eff successfully ran local tests

Tree-SHA512: 11c136797f28903c7d6b5199ad55d86bc4bc29ee8dd6f0d575e029f4dbebebabed57ebce6cf773b286297ea84f18d0b6cc58e150299e99457e048226478b49cc
2024-09-24 19:21:56 +00:00
..
cmp.rs hashes: Put test function in a module 2024-09-12 15:28:41 +10:00
hash160.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
hkdf.rs 2024-09-08 automated rustfmt nightly 2024-09-08 01:17:12 +00:00
hmac.rs Merge rust-bitcoin/rust-bitcoin#3395: Remove schemars all together 2024-09-24 19:21:56 +00:00
impls.rs Remove hashes io feature 2024-09-09 06:37:49 +10:00
internal_macros.rs Remove schemars all together 2024-09-23 06:57:00 +10:00
lib.rs Merge rust-bitcoin/rust-bitcoin#3395: Remove schemars all together 2024-09-24 19:21:56 +00:00
ripemd160.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
serde_macros.rs Use UFCS in macros 2024-09-14 09:46:57 +02:00
sha1.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
sha256.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
sha256d.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
sha256t.rs Remove schemars all together 2024-09-23 06:57:00 +10:00
sha384.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
sha512.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
sha512_256.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00
siphash24.rs Merge rust-bitcoin/rust-bitcoin#3298: hashes: Rename length field and use u64 2024-09-23 20:10:09 +00:00
util.rs hashes: Rename length field and use u64 2024-09-09 14:46:38 +10:00