UNPKG

@nicolasflamel/blake2b

Version:

NPM package for parts of the official BLAKE2b implementation

10 lines (7 loc) 563 B
# BLAKE2b NPM Package ### Description NPM package for parts of [the official BLAKE2b implementation](https://github.com/BLAKE2/BLAKE2). This package will attempt to use the following modules in the order they are listed. This results in the fastest BLAKE2b implementation being used on every platform. * [BLAKE2b React Native Module](https://github.com/NicolasFlamel1/BLAKE2b-React-Native-Module) * [BLAKE2b Node.js Addon](https://github.com/NicolasFlamel1/BLAKE2b-Node.js-Addon) * [BLAKE2b WASM Wrapper](https://github.com/NicolasFlamel1/BLAKE2b-WASM-Wrapper)