0.0.6 • Published 10 months ago

caramel-js v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago