mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-12 19:41:36 +08:00
update README
This commit is contained in:
@@ -85,6 +85,10 @@ keccak_224 = require('js-sha3').keccak_224;
|
|||||||
shake_128 = require('js-sha3').shake_128;
|
shake_128 = require('js-sha3').shake_128;
|
||||||
shake_256 = require('js-sha3').shake_256;
|
shake_256 = require('js-sha3').shake_256;
|
||||||
```
|
```
|
||||||
|
If you use TypeScript, you can import like this:
|
||||||
|
```TypeScript
|
||||||
|
import { sha3_512 } from 'js-sha3';
|
||||||
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
Code
|
Code
|
||||||
|
|||||||
Reference in New Issue
Block a user