Currently, the sha2-256 hash [is hardcoded](https://github.com/sameer/git-lfs-ipfs/blob/03db01295d11527424952a5120f7368bcedd0776/git-lfs-ipfs-cli/src/smudge.rs#L21) As the blake2 hash is much faster with enhanced safety comparable to sha3, it would be neat if there's an option to switch to it.
Currently, the sha2-256 hash is hardcoded
As the blake2 hash is much faster with enhanced safety comparable to sha3, it would be neat if there's an option to switch to it.