Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

surface new crypto functions in SDK #970

Closed
graydon opened this issue Jun 13, 2023 · 1 comment
Closed

surface new crypto functions in SDK #970

graydon opened this issue Jun 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@graydon
Copy link
Contributor

graydon commented Jun 13, 2023

The new signing and hashing functions need to be plumbed through to users.

@graydon graydon added the enhancement New feature or request label Jun 13, 2023
github-merge-queue bot pushed a commit that referenced this issue Sep 18, 2023
### 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>
@anupsdf
Copy link
Contributor

anupsdf commented Apr 8, 2024

Already done in the P20 release

@anupsdf anupsdf closed this as completed Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants