Skip to content

feat(authorization): P-256 signing, RFC 8785 canonicalization, prepare helper#5

Merged
jagtejsodhi merged 1 commit into
nextfrom
llois-c/feat-authorization-with-p256
May 9, 2026
Merged

feat(authorization): P-256 signing, RFC 8785 canonicalization, prepare helper#5
jagtejsodhi merged 1 commit into
nextfrom
llois-c/feat-authorization-with-p256

Conversation

@lucasloisp
Copy link
Copy Markdown
Collaborator

Committed-By-Agent: claude

key = Privy::Authorization::Crypto.import_pkcs8_private_key(private_key_base64)
digest = OpenSSL::Digest.new("SHA256").digest(payload)
der = key.dsa_sign_asn1(digest)
[der].pack("m0")
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown

jagtejsodhi commented May 8, 2026

Merge activity

@jagtejsodhi jagtejsodhi changed the base branch from llois-c/feat-privyclient-wrappet to graphite-base/5 May 9, 2026 00:51
@jagtejsodhi jagtejsodhi changed the base branch from graphite-base/5 to next May 9, 2026 00:52
@jagtejsodhi jagtejsodhi force-pushed the llois-c/feat-authorization-with-p256 branch from 4a6b9f6 to 60f94d9 Compare May 9, 2026 00:53
@jagtejsodhi jagtejsodhi merged commit 8a7255f into next May 9, 2026
10 checks passed
@stainless-app stainless-app Bot mentioned this pull request May 9, 2026
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