ton-crypto-primitives

2.0.0 • Public • Published

TON crypto primitives

Version npm

Cross-platform crypto primitives for building apps for TON blockchain. For internal imlementation of ton-crypto.

Features

  • 🦺 Crypto primitives: SHA-256, SHA-512, PBKDF2-SHA-256, HMAC-SHA-512
  • 🚀 Promise-based API
  • 🏎 Built on top of Buffer (polifil required in browsers)
  • 🍰 No reimplemented crypto

Install

yarn add ton-crypto-primitives buffer

Browser polifil

// Add before using library
require("buffer");

React Native

To make it work on react native expo-random module is required: yarn install expo-random

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i ton-crypto-primitives

Weekly Downloads

6,620

Version

2.0.0

License

MIT

Unpacked Size

17.9 kB

Total Files

44

Last publish

Collaborators

  • tonwhales