refactor: Change config private key type to K256Secret #30

Manually merged
awiteb merged 4 commits from awiteb/config-private-key-type into master 2024-07-24 00:20:19 +02:00 AGit
Owner

In this PR, I changed the private key type of the config from PrivateKey to
K256Secret, also removed the is_valid_signature because we can use verify
method of K256Secret directly.

In this PR, I changed the private key type of the config from `PrivateKey` to `K256Secret`, also removed the `is_valid_signature` because we can use `verify` method of `K256Secret` directly.
awiteb added 4 commits 2024-07-23 21:29:15 +02:00
Signed-off-by: Awiteb <a@4rs.nl>
Signed-off-by: Awiteb <a@4rs.nl>
Signed-off-by: Awiteb <a@4rs.nl>
fix: Use K256Secret directly
All checks were successful
DCO checker / DCO checker (pull_request) Successful in 4s
Rust CI / Rust CI (pull_request) Successful in 4m40s
0b56faebae
Signed-off-by: Awiteb <a@4rs.nl>
awiteb added the
Kind/Enhancement
label 2024-07-23 21:30:49 +02:00
awiteb requested review from Amjad50 2024-07-23 21:30:54 +02:00
awiteb added the
Status
Waiting On Review
label 2024-07-23 21:31:05 +02:00
Amjad50 approved these changes 2024-07-23 23:47:33 +02:00
Amjad50 added
Status
Waiting On Author
and removed
Status
Waiting On Review
labels 2024-07-23 23:47:51 +02:00
awiteb manually merged commit a01f4add0c into master 2024-07-24 00:20:19 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: OxideTalis/oxidetalis#30
No description provided.