https://github.com/nozzlegear/crypto-js.d.ts
A Typescript/Typings definition for crypto-js.
https://github.com/nozzlegear/crypto-js.d.ts
Last synced: 7 months ago
JSON representation
A Typescript/Typings definition for crypto-js.
- Host: GitHub
- URL: https://github.com/nozzlegear/crypto-js.d.ts
- Owner: nozzlegear
- License: mit
- Created: 2016-06-04T07:00:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T07:06:46.000Z (over 9 years ago)
- Last Synced: 2025-01-16T13:17:26.589Z (9 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crypto-js.d.ts
An Typescript definition for [crypto-js](https://www.npmjs.com/package/crypto-js).
### Installation
Using [typings](https://github.com/typings/typings):
```bash
typings install github:nozzlegear/crypto-js.d.ts --save
```### Usage
```js
import * as crypto from "crypto-js";const hash = crypto.HmacSHA256(message, key);
```