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

Implement bls signature related functions for (substrate) host API #48

Closed
drskalman opened this issue Jun 14, 2022 · 0 comments
Closed
Assignees

Comments

@drskalman
Copy link
Collaborator

#47 depends on application crypto which on its turn depends on host api providing the following functions

		sp_io::crypto::{
        bls_public_keys(key_type),
        bls_generate(key_type, seed)
        bls_sign(key_type, self, msg.as_ref())
		bls_verify(&signature, msg.as_ref(), self)}

which this issue requires to implement.

@drskalman drskalman changed the title Implement bls signature related function for host API Implement bls signature related functions for (substrate) host API Jun 14, 2022
@drskalman drskalman self-assigned this Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant