You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What
Expose `secp256k1` and `keccak256` in the SDK.
### Why
`secp256k1` is a widely used cryptographic signature algorithm and
`keccak256` is a widely used hashing algorithm. Exposing these functions
will allow smart contract developers to utilize these algorithms in
their applications without having to implement them themselves.
### Follow on work
* ~Pending [this
discussion](#1023 (comment))
on best practices I will call `check_env` where applicable.~
### Known limitations
N/A
------
**Github Issue**: [surface new crypto functions in
SDK](#970)
---------
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
The new signing and hashing functions need to be plumbed through to users.
The text was updated successfully, but these errors were encountered: