Bend
Bend copied to clipboard
Request: Built in native Hash functions and other cryptographic tools
Is your feature request related to a problem? Please describe. Not a problem, but a feature request. It would be extremely useful to have various hash functions and other cryptographic primitives inside of bend.
Describe the solution you'd like Having standard hash functions such as SHA256 or keccak256, and then ZK oriented hash functions such as Poseidon2, Blake3, RPO, would make Bend a bombshell in the cryptography / blockchain engineering world.
Describe alternatives you've considered Implementing these hash functions natively in Bend would be time intensive, I was wondering if it is possible to import rust hash function implementations into bend.