Skip to content

Commit

Permalink
fix: python backend new url (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
savely-krasovsky authored Jul 29, 2023
1 parent 315fa9d commit 3ab3191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const testingMessage = "helloworld"
const testingJsonMessage = `{"code":0,"msg":"ok","data":{"pageNumber":1,"pageSize":10,"total":0,"list":[],"realTotal":0}}{"code":0,"msg":"ok","data":{"pageNumber":1,"pageSize":10,"total":0,"list":[],"realTotal":0}}{"code":0,"msg":"ok","data":{"pageNumber":1,"pageSize":10,"total":0,"list":[],"realTotal":0}}`
const testingReceiverPubkeyHex = "0498afe4f150642cd05cc9d2fa36458ce0a58567daeaf5fde7333ba9b403011140a4e28911fcf83ab1f457a30b4959efc4b9306f514a4c3711a16a80e3b47eb58b"
const testingReceiverPrivkeyHex = "95d3c5e483e9b1d4f5fc8e79b2deaf51362980de62dbb082a9a4257eef653d7d"
const pythonBackend = "https://ecies.deta.dev/"
const pythonBackend = "https://eciespydemo-1-d5397785.deta.app/"

var testingReceiverPrivkey = []byte{51, 37, 145, 156, 66, 168, 189, 189, 176, 19, 177, 30, 148, 104, 25, 140, 155, 42, 248, 190, 121, 110, 16, 174, 143, 148, 72, 129, 94, 113, 219, 58}

Expand Down

0 comments on commit 3ab3191

Please sign in to comment.