Implement functionality to convert WIF private key #1
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-python#1
Loading…
Add table
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?
Implement functionality to convert WIF private key using python ecdsa package into keys, for signing and verification. Implementation examples:
Java
C#
Go
This Java test can be used to reconcile the results obtained. Note that in Python the byte structure ranges from 0 to 256, while in Java it ranges from -128 to 127. That is, if in Java it is -1, in Python it is 256.
Java test
This is necessary to sign messages before transmitting them over the gRPC channel, since initially we only possess the WIF private key.