Cryptography utilities #10
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
performance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Grandiras/ATProto.NET#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cryptography Utilities
Add a general-purpose
AtProtoCryptostatic class for AT Protocol cryptographic operations.Features
Context
The SDK currently only has crypto for DPoP proof generation (ES256/P-256 in
DPoPProofGenerator) and PKCE (SHA-256 inPkceGenerator). A general-purpose crypto API is needed for:Reference