[#1] Add cryptography methods
Signed-off-by: ilyas585 <niyazov2023@gmail.com>
This commit is contained in:
parent
480d288e2a
commit
19282f13cc
14 changed files with 268 additions and 0 deletions
6
tests/helpers/resources.py
Normal file
6
tests/helpers/resources.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
WIF = "L1YS4myg3xHPvi3FHeLaEt7G8upwJaWL5YLV7huviuUtXFpzBMqZ"
|
||||
PRIVATE_KEY = [
|
||||
-128, -5, 30, -36, -118, 85, -67, -6, 81, 43, 93, -38, 106, 21, -88, 127, 15, 125, -79, -17, -40, 77, -15,
|
||||
122, -88, 72, 109, -47, 125, -80, -40, -38
|
||||
]
|
||||
MESSAGE_IN_BYTES = b"any message in bytes format"
|
Loading…
Add table
Add a link
Reference in a new issue