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

SDK Implementation #12

Open
educlerici-zondax opened this issue Dec 5, 2024 · 0 comments
Open

SDK Implementation #12

educlerici-zondax opened this issue Dec 5, 2024 · 0 comments

Comments

@educlerici-zondax
Copy link

educlerici-zondax commented Dec 5, 2024

As described in https://github.com/cosmos/cosmos-sdk/blob/581a927479eca24449e3410aa79d0a4d33fca02c/docs/architecture/adr-071-crypto-v2-multi-curve.md approved by this ADR cosmos/cosmos-sdk#18824 we will implement in SDK.

Base Repo goal is the following:
Documentation

  • Proposed an enhancement to the Cosmos SDK's cryptographic module with multi-curve support.
  • Introduces support for Hardware Security Modules (HSM) and remote signers for improved security.

New Features

  • Added CryptoProvider interface for signing, verifying, hashing, and metadata retrieval.
  • Introduced interfaces for Signer, Verifier, Hasher, ProviderMetadata, PubKey, PrivKey, and Signature.

Refactor

  • Updated Record.proto to include the CryptoProvider message.
  • Created CryptoProviderFactory for creating CryptoProviders.
  • Unified existing PrivValidator implementations under CryptoProviderPV.
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