solana-with-rpc-optimizations/frozen-abi
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
..
macro
src hash: Use `finalize().into()` instead of `try_into()` for hash results (#35300) 2024-02-23 19:31:32 -07:00
Cargo.toml
build.rs