solana/frozen-abi/src
Michal Rostecki e74d5ccca3
hash: Use `finalize().into()` instead of `try_into()` for hash results (#35300)
`sha2` and `sha3` crates already moved to `generic-array` 0.14.7,
which means that we can safely convert the hash result to a sized
array just by calling `finalize().into()`, which doesn't return
any errors.
2024-02-23 19:31:32 -07:00
..
abi_digester.rs Enable frozen_abi on banking trace file (#33501) 2023-10-07 13:15:38 +09:00
abi_example.rs Removes copying owner when serializing Account (#35118) 2024-02-20 10:16:46 -05:00
hash.rs hash: Use `finalize().into()` instead of `try_into()` for hash results (#35300) 2024-02-23 19:31:32 -07:00
lib.rs Fix sanity test flakiness by prebuilding binaries (#16530) 2021-04-15 01:15:06 +08:00