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

feat: added rsa4096 and ed25519 implementation #749

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

murali-shris
Copy link
Member

@murali-shris murali-shris commented Jan 8, 2025

- What I did

  • Added impl for RSA 4096 and ed25519 in at_chops
    - How I did it
  • Changed return type in AtSigningAlgorithm methods to FutureOr. So this change will force a major release
  • Added ed25519 impl from better_crypto package
  • Added unit tests
    - How to verify it
  • tests should pass

Merge this PR and #744.
Run tests against trunk branch of at_chops with at_client and at_server. Publish at_chops major version

@murali-shris murali-shris marked this pull request as ready for review January 9, 2025 05:02
Copy link
Member

@XavierChanth XavierChanth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the one typo that needs to be fixed

final _algorithm = Ed25519();
SimpleKeyPair? _ed25519KeyPair;

set edd25519KeyPair(SimpleKeyPair value) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo, should be ed not edd

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

Successfully merging this pull request may close these issues.

2 participants