0.0.6 • Published 2 years ago

caramel-js v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Caramel-js SDK

npm version license

Public cryptography for encryting NFT metadata on flow blockchain with public key and decrypting with private key

Installation

npm install caramel-js

Usage

// Import the module
import { encryptMsg, decryptMsg } from 'caramel-js';

// Use the functions
const encryptedData = encryptMsg(message, publicKey);
const decryptedData = decryptMsg(encryptedData, privateKey);
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago