Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wizicer committed Jul 20, 2023
1 parent 50849d2 commit a1fea0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Chain-Chia.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,6 @@ Encrypted Message: fd8ccb693c60e1ba3281c0d1a66c8539a537de6365ca685545052842626a5

- **Sender Address**: from this address, program can find the `spk_A` from blockchain.
- **Receiver Address**: from this address, program can find the `ssk_B` from wallet.
- **Encrypted Message**: with shared key calculated by ECDH, the message can be decrypted.
- **Encrypted Message**: with shared key calculated by ECDH, the message can be decrypted.

**Note**: you can also refer to the [source code](https://github.com/SutuLabs/Pawket/blob/master/packages/pawket-chia-lib/services/crypto/ecdh.ts).

0 comments on commit a1fea0e

Please sign in to comment.