Skip to content

About Cryptographic primitives that works in browser, nodejs and react native

License

Notifications You must be signed in to change notification settings

ton-core/ton-crypto-primitives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TON crypto primitives

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

Version npm

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

About

About Cryptographic primitives that works in browser, nodejs and react native

Resources

License

Stars

Watchers

Forks

Packages

No packages published