Skip to content

Commit

Permalink
Add new function to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed Feb 22, 2024
1 parent 9060887 commit 6092fe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ Currently, it exposes the following functions:

* EncryptState/DecryptState for smart contract enc/dec
* EncryptECDH/DecryptECDH for arbitrary data enc/dec with user's private key and node public key
* EncryptECDHWithRPCURL/DecryptECDHWithRPCURL - convenience encryption with pre-fetching node public key
* FetchNodePublicKey - for fetching node public key via JSON-RPC
* GetCurve25519PublicKey - for getting public key from private key
* DeriveEncryptionKey - for deriving a new master key using the other one and salt

0 comments on commit 6092fe7

Please sign in to comment.