Signer should have raw public key in marshaled form #151

Open
opened 2023-08-22 18:12:40 +00:00 by fyrchik · 0 comments

Signer is meant to be reused and every time we sign something marshaled public key needs to be attached.
This allocates and also checks whether the key is on curve (not free). It doesn't matter a lot, but also not hard to avoid.

Somewhat related #122

Signer is meant to be reused and every time we sign something marshaled public key needs to be attached. This allocates and also checks whether the key is on curve (not free). It doesn't matter a lot, but also not hard to avoid. Somewhat related #122
fyrchik added the
good first issue
label 2023-08-22 18:12:40 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 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: TrueCloudLab/frostfs-sdk-go#151
There is no content yet.