Cross-platform crypto primitives for building apps for TON blockchain. For internal implementation of @ton/crypto
.
- ๐ฆบ Crypto primitives: SHA-256, SHA-512, PBKDF2-SHA-256, HMAC-SHA-512
- ๐ Promise-based API
- ๐ Built on top of Buffer (polyfill required in browsers)
- ๐ฐ No reimplemented crypto
yarn add @ton/crypto-primitives buffer
// Add before using library
require("buffer");
To make it work on react native expo-crypto
module is required:
yarn install expo-crypto
MIT