refactor: Change config private key type to K256Secret
#30
No reviewers
Labels
No labels
Good First Issue
Help wanted
Kind/Breaking
Kind/Bug
Kind/Bug Fix
Kind/CI-CD
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Question
Kind/Security
Kind/Testing
Reviewed
Accepted
Reviewed
Confirmed
Reviewed
Declined
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Approved
Status
Blocked
Status
Inactive
Status
Need More Info
Status
Waiting On Author
Status
Waiting On Review
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: OxideTalis/oxidetalis#30
Loading…
Reference in a new issue
No description provided.
Delete branch "awiteb/config-private-key-type"
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?
In this PR, I changed the private key type of the config from
PrivateKey
toK256Secret
, also removed theis_valid_signature
because we can useverify
method of
K256Secret
directly.K256Secret
bd45d6e1a9Clone
forK256Secret
470fd6c015is_valid_signature
util 672b84710eK256Secret
directly