weapp-sha256
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

weapp-sha256

兼容小程序运行环境的 sha256 实现

安装

npm install weapp-sha256 --save

使用

import { sha256 } from 'weapp-sha256';

sha256('hello'); // "2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824" <= Hex-encoded; default
sha256('hello', { asBytes: true });  // [44,242,77,186,95,176,163,14,38,232,59,42,197,185,226,158,27,22,30,92,31,167,66,94,115,4,51,98,147,139,152,36] <= Array of bytes

Readme

Keywords

none

Package Sidebar

Install

npm i weapp-sha256

Weekly Downloads

133

Version

1.0.0

License

MIT

Unpacked Size

10.2 kB

Total Files

8

Last publish

Collaborators

  • f-loat