From 2b847b7a4e80c03cfcdbfa283e7ecb78f935328f Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Sun, 5 Jan 2020 20:13:53 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17fb054..04a52f2 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ This template contains standard operations that can be used for the following: 2. privateKey - private key of the signer #### Verify Signature - floCrypto.decryptData(data, signature, publicKey) -`decryptData` verifies signatue of the data using public-key + floCrypto.verifySign(data, signature, publicKey) +`verifySign` verifies signatue of the data using public-key 1. data - data of the given signature 2. signature - signature of the data 3. publicKey - public key of the signer