Investigate if the VM can use the blake2s functions defined in `types-rs` to simplify codebase. We need to check if the behavior and performance of the vm does not change. **Links:** - [Implementation in types-rs](https://github.com/starknet-io/types-rs/blob/main/crates/starknet-types-core/src/hash/blake2s.rs) - [Logic from the VM that may use types-rs](https://github.com/lambdaclass/cairo-vm/blob/main/vm/src/hint_processor/builtin_hint_processor/blake2s_utils.rs)
Investigate if the VM can use the blake2s functions defined in
types-rsto simplify codebase.We need to check if the behavior and performance of the vm does not change.
Links: